Html Css Color HEX #4C8148 Fern Green

📋 copy color: '#4C8148'

red 76 ◦ green 129 ◦ blue 72

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

Shades of Fern Green #4C8148

Tints of Fern Green #4C8148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 46.57%

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

R = 27.44%
G = 46.57%
B = 25.99%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#4C8148 (or 0x4C8148) is known color: Fern Green. HEX triplet: 4C, 81 and 48. RGB value is (76,129,72). Sum of RGB (Red+Green+Blue) = 76+129+72=277 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.44% from 277); Green value is 129 (50.78% from 255 or 46.57% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 129 - color contains mainly: green. Hex color #4C8148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4C8148 is #B37EB7. Grayscale: #6A6A6A. Windows color (decimal): -11763384 or 4751692. OLE color: 4751692.

HSL color Cylindrical-coordinate representation of color #4C8148: hue angle of 115.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4C8148 is Cyan = 0.41, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 76 129 72 -
CMYK 0.41 0 0.44 0.49
HSL 115.79º 0.28% 0.39% -
HSV(B) 115.79º 0.44% 0.51% -
XYZ 12 17.7 8.92 -
YUV 106.66 108.44 106.13 -
System Red Green Blue C M Y K H S L
Decimal 76 129 72 0.41 0 0.44 0.49 115.79 0.28 0.39
Hex 4C 81 48 29 0 2C 31 74 1C 27
Octal 114 201 110 51 0 54 61 164 34 47
Binary 1001100 10000001 1001000 101001 0 101100 110001 1110100 11100 100111

Color Harmonies of #4C8148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C8148

Black with #4C8148

Text Example


Text Example

White with #4C8148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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