Html Css Color HEX #487042 Fern Green

📋 copy color: '#487042'

red 72 ◦ green 112 ◦ blue 66

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

Shades of Fern Green #487042

Tints of Fern Green #487042

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

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

R = 28.8%
G = 44.8%
B = 26.4%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#487042 (or 0x487042) is known color: Fern Green. HEX triplet: 48, 70 and 42. RGB value is (72,112,66). Sum of RGB (Red+Green+Blue) = 72+112+66=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #487042 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487042 is #B78FBD. Grayscale: #5E5E5E. Windows color (decimal): -12029886 or 4354120. OLE color: 4354120.

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

Color convert

RGB 72 112 66 -
CMYK 0.36 0 0.41 0.56
HSL 112.17º 0.26% 0.35% -
HSV(B) 112.17º 0.41% 0.44% -
XYZ 9.45 13.36 7.23 -
YUV 94.8 111.75 111.74 -
System Red Green Blue C M Y K H S L
Decimal 72 112 66 0.36 0 0.41 0.56 112.17 0.26 0.35
Hex 48 70 42 24 0 29 38 70 1A 23
Octal 110 160 102 44 0 51 70 160 32 43
Binary 1001000 1110000 1000010 100100 0 101001 111000 1110000 11010 100011

Color Harmonies of #487042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487042

Black with #487042

Text Example


Text Example

White with #487042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487042; }

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

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

background-color css

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

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

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

border-color css

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

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

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