Html Css Color HEX #487142 Fern Green

📋 copy color: '#487142'

red 72 ◦ green 113 ◦ blue 66

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

Shades of Fern Green #487142

Tints of Fern Green #487142

RGB

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

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

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

R = 28.69%
G = 45.02%
B = 26.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#487142 (or 0x487142) is known color: Fern Green. HEX triplet: 48, 71 and 42. RGB value is (72,113,66). Sum of RGB (Red+Green+Blue) = 72+113+66=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 113 (44.53% from 255 or 45.02% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 113 - color contains mainly: green. Hex color #487142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487142 is #B78EBD. Grayscale: #5F5F5F. Windows color (decimal): -12029630 or 4354376. OLE color: 4354376.

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

Color convert

RGB 72 113 66 -
CMYK 0.36 0 0.42 0.56
HSL 112.34º 0.26% 0.35% -
HSV(B) 112.34º 0.42% 0.44% -
XYZ 9.56 13.58 7.27 -
YUV 95.38 111.42 111.32 -
System Red Green Blue C M Y K H S L
Decimal 72 113 66 0.36 0 0.42 0.56 112.34 0.26 0.35
Hex 48 71 42 24 0 2A 38 70 1A 23
Octal 110 161 102 44 0 52 70 160 32 43
Binary 1001000 1110001 1000010 100100 0 101010 111000 1110000 11010 100011

Color Harmonies of #487142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487142

Black with #487142

Text Example


Text Example

White with #487142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487142; }

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

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

background-color css

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

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

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

border-color css

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

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

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