Html Css Color HEX #3C8E5D Eucalyptus

📋 copy color: '#3C8E5D'

red 60 ◦ green 142 ◦ blue 93

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

Shades of Eucalyptus #3C8E5D

Tints of Eucalyptus #3C8E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 20.34%
G = 48.14%
B = 31.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#3C8E5D (or 0x3C8E5D) is known color: Eucalyptus. HEX triplet: 3C, 8E and 5D. RGB value is (60,142,93). Sum of RGB (Red+Green+Blue) = 60+142+93=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 142 (55.86% from 255 or 48.14% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 142 - color contains mainly: green. Hex color #3C8E5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8E5D is #C371A2. Grayscale: #707070. Windows color (decimal): -12808611 or 6131260. OLE color: 6131260.

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

Color convert

RGB 60 142 93 -
CMYK 0.58 0 0.35 0.44
HSL 144.15º 0.41% 0.4% -
HSV(B) 144.15º 0.58% 0.56% -
XYZ 13.51 21.1 13.72 -
YUV 111.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 60 142 93 0.58 0 0.35 0.44 144.15 0.41 0.4
Hex 3C 8E 5D 3A 0 23 2C 90 29 28
Octal 74 216 135 72 0 43 54 220 51 50
Binary 111100 10001110 1011101 111010 0 100011 101100 10010000 101001 101000

Color Harmonies of #3C8E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8E5D

Black with #3C8E5D

Text Example


Text Example

White with #3C8E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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