Html Css Color HEX #3C8B5F Eucalyptus

📋 copy color: '#3C8B5F'

red 60 ◦ green 139 ◦ blue 95

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

Shades of Eucalyptus #3C8B5F

Tints of Eucalyptus #3C8B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 47.28%

 BLUE value IS 95 (37.5% from 255) = 32.31%

R = 20.41%
G = 47.28%
B = 32.31%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#3C8B5F (or 0x3C8B5F) is known color: Eucalyptus. HEX triplet: 3C, 8B and 5F. RGB value is (60,139,95). Sum of RGB (Red+Green+Blue) = 60+139+95=294 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.41% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B5F is #C374A0. Grayscale: #6E6E6E. Windows color (decimal): -12809377 or 6261564. OLE color: 6261564.

HSL color Cylindrical-coordinate representation of color #3C8B5F: hue angle of 146.58º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B5F is Cyan = 0.57, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 60 139 95 -
CMYK 0.57 0 0.32 0.45
HSL 146.58º 0.4% 0.39% -
HSV(B) 146.58º 0.57% 0.55% -
XYZ 13.16 20.25 14.04 -
YUV 110.36 119.33 92.08 -
System Red Green Blue C M Y K H S L
Decimal 60 139 95 0.57 0 0.32 0.45 146.58 0.4 0.39
Hex 3C 8B 5F 39 0 20 2D 93 28 27
Octal 74 213 137 71 0 40 55 223 50 47
Binary 111100 10001011 1011111 111001 0 100000 101101 10010011 101000 100111

Color Harmonies of #3C8B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C8B5F

Black with #3C8B5F

Text Example


Text Example

White with #3C8B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,139,95); }

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

background-color css

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

 a { background-color: rgb(60,139,95); }

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

border-color css

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

 span { border-color: rgb(60,139,95); }

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