Html Css Color HEX #487442 Fern Green

📋 copy color: '#487442'

red 72 ◦ green 116 ◦ blue 66

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

Shades of Fern Green #487442

Tints of Fern Green #487442

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

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

R = 28.35%
G = 45.67%
B = 25.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#487442 (or 0x487442) is known color: Fern Green. HEX triplet: 48, 74 and 42. RGB value is (72,116,66). Sum of RGB (Red+Green+Blue) = 72+116+66=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 116 - color contains mainly: green. Hex color #487442 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487442 is #B78BBD. Grayscale: #616161. Windows color (decimal): -12028862 or 4355144. OLE color: 4355144.

HSL color Cylindrical-coordinate representation of color #487442: hue angle of 112.8º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #487442 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 72 116 66 -
CMYK 0.38 0 0.43 0.55
HSL 112.8º 0.27% 0.36% -
HSV(B) 112.8º 0.43% 0.45% -
XYZ 9.9 14.26 7.39 -
YUV 97.14 110.42 110.07 -
System Red Green Blue C M Y K H S L
Decimal 72 116 66 0.38 0 0.43 0.55 112.8 0.27 0.36
Hex 48 74 42 26 0 2B 37 71 1B 24
Octal 110 164 102 46 0 53 67 161 33 44
Binary 1001000 1110100 1000010 100110 0 101011 110111 1110001 11011 100100

Color Harmonies of #487442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487442

Black with #487442

Text Example


Text Example

White with #487442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487442; }

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

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

background-color css

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

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

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

border-color css

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

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

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