Html Css Color HEX #487542 Fern Green

📋 copy color: '#487542'

red 72 ◦ green 117 ◦ blue 66

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

Shades of Fern Green #487542

Tints of Fern Green #487542

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.88%

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

R = 28.24%
G = 45.88%
B = 25.88%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#487542 (or 0x487542) is known color: Fern Green. HEX triplet: 48, 75 and 42. RGB value is (72,117,66). Sum of RGB (Red+Green+Blue) = 72+117+66=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 117 (46.09% from 255 or 45.88% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 117 - color contains mainly: green. Hex color #487542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487542 is #B78ABD. Grayscale: #616161. Windows color (decimal): -12028606 or 4355400. OLE color: 4355400.

HSL color Cylindrical-coordinate representation of color #487542: hue angle of 112.94º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #487542 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 72 117 66 -
CMYK 0.38 0 0.44 0.54
HSL 112.94º 0.28% 0.36% -
HSV(B) 112.94º 0.44% 0.46% -
XYZ 10.02 14.49 7.42 -
YUV 97.73 110.09 109.65 -
System Red Green Blue C M Y K H S L
Decimal 72 117 66 0.38 0 0.44 0.54 112.94 0.28 0.36
Hex 48 75 42 26 0 2C 36 71 1C 24
Octal 110 165 102 46 0 54 66 161 34 44
Binary 1001000 1110101 1000010 100110 0 101100 110110 1110001 11100 100100

Color Harmonies of #487542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487542

Black with #487542

Text Example


Text Example

White with #487542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487542; }

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

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

background-color css

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

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

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

border-color css

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

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

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