Html Css Color HEX #4C7146 Fern Green

📋 copy color: '#4C7146'

red 76 ◦ green 113 ◦ blue 70

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

Shades of Fern Green #4C7146

Tints of Fern Green #4C7146

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.63%

 BLUE value IS 70 (27.73% from 255) = 27.03%

R = 29.34%
G = 43.63%
B = 27.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#4C7146 (or 0x4C7146) is known color: Fern Green. HEX triplet: 4C, 71 and 46. RGB value is (76,113,70). Sum of RGB (Red+Green+Blue) = 76+113+70=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 113 (44.53% from 255 or 43.63% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7146 is #B38EB9. Grayscale: #616161. Windows color (decimal): -11767482 or 4616524. OLE color: 4616524.

HSL color Cylindrical-coordinate representation of color #4C7146: hue angle of 111.63º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C7146 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 76 113 70 -
CMYK 0.33 0 0.38 0.56
HSL 111.63º 0.23% 0.36% -
HSV(B) 111.63º 0.38% 0.44% -
XYZ 9.99 13.79 7.93 -
YUV 97.04 112.74 113 -
System Red Green Blue C M Y K H S L
Decimal 76 113 70 0.33 0 0.38 0.56 111.63 0.23 0.36
Hex 4C 71 46 21 0 26 38 70 17 24
Octal 114 161 106 41 0 46 70 160 27 44
Binary 1001100 1110001 1000110 100001 0 100110 111000 1110000 10111 100100

Color Harmonies of #4C7146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7146

Black with #4C7146

Text Example


Text Example

White with #4C7146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,113,70); }

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

background-color css

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

 a { background-color: rgb(76,113,70); }

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

border-color css

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

 span { border-color: rgb(76,113,70); }

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