Html Css Color HEX #4C7044 Fern Green

📋 copy color: '#4C7044'

red 76 ◦ green 112 ◦ blue 68

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

Shades of Fern Green #4C7044

Tints of Fern Green #4C7044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.56%

R = 29.69%
G = 43.75%
B = 26.56%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#4C7044 (or 0x4C7044) is known color: Fern Green. HEX triplet: 4C, 70 and 44. RGB value is (76,112,68). Sum of RGB (Red+Green+Blue) = 76+112+68=256 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.69% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #4C7044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7044 is #B38FBB. Grayscale: #606060. Windows color (decimal): -11767740 or 4485196. OLE color: 4485196.

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

Color convert

RGB 76 112 68 -
CMYK 0.32 0 0.39 0.56
HSL 109.09º 0.24% 0.35% -
HSV(B) 109.09º 0.39% 0.44% -
XYZ 9.82 13.54 7.57 -
YUV 96.22 112.07 113.58 -
System Red Green Blue C M Y K H S L
Decimal 76 112 68 0.32 0 0.39 0.56 109.09 0.24 0.35
Hex 4C 70 44 20 0 27 38 6D 18 23
Octal 114 160 104 40 0 47 70 155 30 43
Binary 1001100 1110000 1000100 100000 0 100111 111000 1101101 11000 100011

Color Harmonies of #4C7044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7044

Black with #4C7044

Text Example


Text Example

White with #4C7044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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