Html Css Color HEX #3C8E60 Eucalyptus

📋 copy color: '#3C8E60'

red 60 ◦ green 142 ◦ blue 96

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

Shades of Eucalyptus #3C8E60

Tints of Eucalyptus #3C8E60

RGB

 RED value IS 60 (23.83% from 255) = 20.13%

 GREEN value IS 142 (55.86% from 255) = 47.65%

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

R = 20.13%
G = 47.65%
B = 32.21%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#3C8E60 (or 0x3C8E60) is known color: Eucalyptus. HEX triplet: 3C, 8E and 60. RGB value is (60,142,96). Sum of RGB (Red+Green+Blue) = 60+142+96=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 142 (55.86% from 255 or 47.65% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E60 is #C3719F. Grayscale: #707070. Windows color (decimal): -12808608 or 6327868. OLE color: 6327868.

HSL color Cylindrical-coordinate representation of color #3C8E60: hue angle of 146.34º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C8E60 is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 142 96 -
CMYK 0.58 0 0.32 0.44
HSL 146.34º 0.41% 0.4% -
HSV(B) 146.34º 0.58% 0.56% -
XYZ 13.65 21.15 14.43 -
YUV 112.24 118.83 90.74 -
System Red Green Blue C M Y K H S L
Decimal 60 142 96 0.58 0 0.32 0.44 146.34 0.41 0.4
Hex 3C 8E 60 3A 0 20 2C 92 29 28
Octal 74 216 140 72 0 40 54 222 51 50
Binary 111100 10001110 1100000 111010 0 100000 101100 10010010 101001 101000

Color Harmonies of #3C8E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E60

Black with #3C8E60

Text Example


Text Example

White with #3C8E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,142,96); }

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

background-color css

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

 a { background-color: rgb(60,142,96); }

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

border-color css

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

 span { border-color: rgb(60,142,96); }

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