Html Css Color HEX #486E42 Fern Green

📋 copy color: '#486E42'

red 72 ◦ green 110 ◦ blue 66

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

Shades of Fern Green #486E42

Tints of Fern Green #486E42

RGB

 RED value IS 72 (28.52% from 255) = 29.03%

 GREEN value IS 110 (43.36% from 255) = 44.35%

 BLUE value IS 66 (26.17% from 255) = 26.61%

R = 29.03%
G = 44.35%
B = 26.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.4

 K value IS 0.57

RGB Variations

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

Color information

#486E42 (or 0x486E42) is known color: Fern Green. HEX triplet: 48, 6E and 42. RGB value is (72,110,66). Sum of RGB (Red+Green+Blue) = 72+110+66=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 110 (43.36% from 255 or 44.35% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 110 - color contains mainly: green. Hex color #486E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486E42 is #B791BD. Grayscale: #5D5D5D. Windows color (decimal): -12030398 or 4353608. OLE color: 4353608.

HSL color Cylindrical-coordinate representation of color #486E42: hue angle of 111.82º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #486E42 is Cyan = 0.35, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.57.

Color convert

RGB 72 110 66 -
CMYK 0.35 0 0.4 0.57
HSL 111.82º 0.25% 0.35% -
HSV(B) 111.82º 0.4% 0.43% -
XYZ 9.23 12.92 7.16 -
YUV 93.62 112.41 112.58 -
System Red Green Blue C M Y K H S L
Decimal 72 110 66 0.35 0 0.4 0.57 111.82 0.25 0.35
Hex 48 6E 42 23 0 28 39 70 19 23
Octal 110 156 102 43 0 50 71 160 31 43
Binary 1001000 1101110 1000010 100011 0 101000 111001 1110000 11001 100011

Color Harmonies of #486E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486E42

Black with #486E42

Text Example


Text Example

White with #486E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486E42; }

 p { color: rgb(72,110,66); }

 H1.HeaderClassName
 {
   color: #486E42;
 }
 .AnyTagClassName
 {
   color: #486E42;
 }
</style>

background-color css

<style>
 a { background-color: #486E42; }

 a { background-color: rgb(72,110,66); }

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

border-color css

<style>
 span { border-color: #486E42; }

 span { border-color: rgb(72,110,66); }

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