Html Css Color HEX #4C7248 Fern Green

📋 copy color: '#4C7248'

red 76 ◦ green 114 ◦ blue 72

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

Shades of Fern Green #4C7248

Tints of Fern Green #4C7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

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

R = 29.01%
G = 43.51%
B = 27.48%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.37

 K value IS 0.55

RGB Variations

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

Color information

#4C7248 (or 0x4C7248) is known color: Fern Green. HEX triplet: 4C, 72 and 48. RGB value is (76,114,72). Sum of RGB (Red+Green+Blue) = 76+114+72=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #4C7248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C7248 is #B38DB7. Grayscale: #616161. Windows color (decimal): -11767224 or 4747852. OLE color: 4747852.

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

Color convert

RGB 76 114 72 -
CMYK 0.33 0 0.37 0.55
HSL 114.29º 0.23% 0.36% -
HSV(B) 114.29º 0.37% 0.45% -
XYZ 10.17 14.04 8.3 -
YUV 97.85 113.41 112.42 -
System Red Green Blue C M Y K H S L
Decimal 76 114 72 0.33 0 0.37 0.55 114.29 0.23 0.36
Hex 4C 72 48 21 0 25 37 72 17 24
Octal 114 162 110 41 0 45 67 162 27 44
Binary 1001100 1110010 1001000 100001 0 100101 110111 1110010 10111 100100

Color Harmonies of #4C7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C7248

Black with #4C7248

Text Example


Text Example

White with #4C7248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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