Html Css Color HEX #3C8E65 Eucalyptus

📋 copy color: '#3C8E65'

red 60 ◦ green 142 ◦ blue 101

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

Shades of Eucalyptus #3C8E65

Tints of Eucalyptus #3C8E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.33%

R = 19.8%
G = 46.86%
B = 33.33%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#3C8E65 (or 0x3C8E65) is known color: Eucalyptus. HEX triplet: 3C, 8E and 65. RGB value is (60,142,101). Sum of RGB (Red+Green+Blue) = 60+142+101=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E65 is #C3719A. Grayscale: #707070. Windows color (decimal): -12808603 or 6655548. OLE color: 6655548.

HSL color Cylindrical-coordinate representation of color #3C8E65: hue angle of 150º 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 #3C8E65 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 60 142 101 -
CMYK 0.58 0 0.29 0.44
HSL 150º 0.41% 0.4% -
HSV(B) 150º 0.58% 0.56% -
XYZ 13.89 21.25 15.68 -
YUV 112.81 121.33 90.33 -
System Red Green Blue C M Y K H S L
Decimal 60 142 101 0.58 0 0.29 0.44 150 0.41 0.4
Hex 3C 8E 65 3A 0 1D 2C 96 29 28
Octal 74 216 145 72 0 35 54 226 51 50
Binary 111100 10001110 1100101 111010 0 11101 101100 10010110 101001 101000

Color Harmonies of #3C8E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E65

Black with #3C8E65

Text Example


Text Example

White with #3C8E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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