Html Css Color HEX #487742 Fern Green

📋 copy color: '#487742'

red 72 ◦ green 119 ◦ blue 66

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

Shades of Fern Green #487742

Tints of Fern Green #487742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.3%

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

R = 28.02%
G = 46.3%
B = 25.68%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#487742 (or 0x487742) is known color: Fern Green. HEX triplet: 48, 77 and 42. RGB value is (72,119,66). Sum of RGB (Red+Green+Blue) = 72+119+66=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 119 (46.88% from 255 or 46.30% from 257); Blue value is 66 (26.17% from 255 or 25.68% from 257); Max value from RGB is 119 - color contains mainly: green. Hex color #487742 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487742 is #B788BD. Grayscale: #636363. Windows color (decimal): -12028094 or 4355912. OLE color: 4355912.

HSL color Cylindrical-coordinate representation of color #487742: hue angle of 113.21º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #487742 is Cyan = 0.39, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 72 119 66 -
CMYK 0.39 0 0.45 0.53
HSL 113.21º 0.29% 0.36% -
HSV(B) 113.21º 0.45% 0.47% -
XYZ 10.25 14.96 7.5 -
YUV 98.91 109.43 108.81 -
System Red Green Blue C M Y K H S L
Decimal 72 119 66 0.39 0 0.45 0.53 113.21 0.29 0.36
Hex 48 77 42 27 0 2D 35 71 1D 24
Octal 110 167 102 47 0 55 65 161 35 44
Binary 1001000 1110111 1000010 100111 0 101101 110101 1110001 11101 100100

Color Harmonies of #487742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487742

Black with #487742

Text Example


Text Example

White with #487742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487742; }

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

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

background-color css

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

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

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

border-color css

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

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

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