Html Css Color HEX #3BCB60 Emerald

📋 copy color: '#3BCB60'

red 59 ◦ green 203 ◦ blue 96

#3BCB60
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #3BCB60

Tints of Emerald #3BCB60

RGB

 RED value IS 59 (23.44% from 255) = 16.48%

 GREEN value IS 203 (79.69% from 255) = 56.7%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 16.48%
G = 56.7%
B = 26.82%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#3BCB60 (or 0x3BCB60) is known color: Emerald. HEX triplet: 3B, CB and 60. RGB value is (59,203,96). Sum of RGB (Red+Green+Blue) = 59+203+96=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 203 (79.69% from 255 or 56.70% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BCB60 is #C4349F. Grayscale: #949494. Windows color (decimal): -12858528 or 6343483. OLE color: 6343483.

HSL color Cylindrical-coordinate representation of color #3BCB60: hue angle of 135.42º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCB60 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB 59 203 96 -
CMYK 0.71 0 0.53 0.20
HSL 135.42º 0.58% 0.51% -
HSV(B) 135.42º 0.71% 0.8% -
XYZ 25.27 44.49 18.32 -
YUV 147.75 98.79 64.7 -
System Red Green Blue C M Y K H S L
Decimal 59 203 96 0.71 0 0.53 0.20 135.42 0.58 0.51
Hex 3B CB 60 47 0 35 14 87 3A 33
Octal 73 313 140 107 0 65 24 207 72 63
Binary 111011 11001011 1100000 1000111 0 110101 10100 10000111 111010 110011

Color Harmonies of #3BCB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BCB60

Black with #3BCB60

Text Example


Text Example

White with #3BCB60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,203,96); }

 H1.HeaderClassName
 {
   color: #3BCB60;
 }
 .AnyTagClassName
 {
   color: #3BCB60;
 }
</style>

background-color css

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

 a { background-color: rgb(59,203,96); }

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

border-color css

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

 span { border-color: rgb(59,203,96); }

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