Html Css Color HEX #4C7040 Fern Green

📋 copy color: '#4C7040'

red 76 ◦ green 112 ◦ blue 64

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

Shades of Fern Green #4C7040

Tints of Fern Green #4C7040

RGB

 RED value IS 76 (30.08% from 255) = 30.16%

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 30.16%
G = 44.44%
B = 25.4%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#4C7040 (or 0x4C7040) is known color: Fern Green. HEX triplet: 4C, 70 and 40. RGB value is (76,112,64). Sum of RGB (Red+Green+Blue) = 76+112+64=252 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.16% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7040 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7040 is #B38FBF. Grayscale: #5F5F5F. Windows color (decimal): -11767744 or 4223052. OLE color: 4223052.

HSL color Cylindrical-coordinate representation of color #4C7040: hue angle of 105º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C7040 is Cyan = 0.32, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 112 64 -
CMYK 0.32 0 0.43 0.56
HSL 105º 0.27% 0.35% -
HSV(B) 105º 0.43% 0.44% -
XYZ 9.7 13.5 6.94 -
YUV 95.76 110.07 113.9 -
System Red Green Blue C M Y K H S L
Decimal 76 112 64 0.32 0 0.43 0.56 105 0.27 0.35
Hex 4C 70 40 20 0 2B 38 69 1B 23
Octal 114 160 100 40 0 53 70 151 33 43
Binary 1001100 1110000 1000000 100000 0 101011 111000 1101001 11011 100011

Color Harmonies of #4C7040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7040

Black with #4C7040

Text Example


Text Example

White with #4C7040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C7040; }

 p { color: rgb(76,112,64); }

 H1.HeaderClassName
 {
   color: #4C7040;
 }
 .AnyTagClassName
 {
   color: #4C7040;
 }
</style>

background-color css

<style>
 a { background-color: #4C7040; }

 a { background-color: rgb(76,112,64); }

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

border-color css

<style>
 span { border-color: #4C7040; }

 span { border-color: rgb(76,112,64); }

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