#3BD68C

Color #3BD68C Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #3BD68C

Tints of Shamrock #3BD68C

Color information

#3BD68C (or 0x3BD68C) is unknown color: approx Shamrock. HEX triplet: 3B, D6 and 8C. RGB value is (59,214,140). Sum of RGB (Red+Green+Blue) = 59+214+140=413 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.29% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD68C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BD68C is #C42973. Grayscale: #9F9F9F. Windows color (decimal): -12855668 or 9229883. OLE color: 9229883.

HSL color Cylindrical-coordinate representation of color #3BD68C: hue angle of 151.35º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD68C is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB59214140-
CMYK0.7200.350.16
HSL151.35º65.4%53.53%-
HSV(B)151.35º72.43%83.92%-
XYZ30.5850.9233.03-
YUV159.22117.1556.52-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 59 (23.44% from 255) = 14.29%
GREEN value IS 214 (83.98% from 255) = 51.82%
BLUE value IS 140 (55.08% from 255) = 33.90%
R=14.29%
G=51.82%
B=33.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141400.7200.350.16151.3565.453.53
Hex3BD68C4802310974136
Octal733262141100432022710166
Binary11101111010110100011001001000010001110000100101111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD68C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3BD68C; }

 p { color: rgb(59,214,140); }

 H1.HeaderClassName
 {
   color: #3BD68C;
 }
 .AnyTagClassName
 {
   color: #3BD68C;
 }
</style>
background-color css

<style>
 a { background-color: #3BD68C; }

 a { background-color: rgb(59,214,140); }

 div.DivClassName
 {
   background-color: #3BD68C;
 }
 .BgClassName
 {
   background-color: #3BD68C;
 }
</style>
border-color css

<style>
 span { border-color: #3BD68C; }

 span { border-color: rgb(59,214,140); }

 td.TdClassName
 {
   border-color: #3BD68C;
 }
 .TagClassName
 {
   border-color: #3BD68C;
 }
</style>