Html Css Color HEX #4C7148 Fern Green

📋 copy color: '#4C7148'

red 76 ◦ green 113 ◦ blue 72

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

Shades of Fern Green #4C7148

Tints of Fern Green #4C7148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 27.59%

R = 29.12%
G = 43.3%
B = 27.59%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#4C7148 (or 0x4C7148) is known color: Fern Green. HEX triplet: 4C, 71 and 48. RGB value is (76,113,72). Sum of RGB (Red+Green+Blue) = 76+113+72=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 113 (44.53% from 255 or 43.30% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 113 - color contains mainly: green. Hex color #4C7148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7148 is #B38EB7. Grayscale: #616161. Windows color (decimal): -11767480 or 4747596. OLE color: 4747596.

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

Color convert

RGB 76 113 72 -
CMYK 0.33 0 0.36 0.56
HSL 114.15º 0.22% 0.36% -
HSV(B) 114.15º 0.36% 0.44% -
XYZ 10.06 13.81 8.27 -
YUV 97.26 113.74 112.83 -
System Red Green Blue C M Y K H S L
Decimal 76 113 72 0.33 0 0.36 0.56 114.15 0.22 0.36
Hex 4C 71 48 21 0 24 38 72 16 24
Octal 114 161 110 41 0 44 70 162 26 44
Binary 1001100 1110001 1001000 100001 0 100100 111000 1110010 10110 100100

Color Harmonies of #4C7148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7148

Black with #4C7148

Text Example


Text Example

White with #4C7148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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