Html Css Color HEX #487A42 Fern Green

📋 copy color: '#487A42'

red 72 ◦ green 122 ◦ blue 66

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

Shades of Fern Green #487A42

Tints of Fern Green #487A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 46.92%

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

R = 27.69%
G = 46.92%
B = 25.38%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#487A42 (or 0x487A42) is known color: Fern Green. HEX triplet: 48, 7A and 42. RGB value is (72,122,66). Sum of RGB (Red+Green+Blue) = 72+122+66=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 122 (48.05% from 255 or 46.92% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 122 - color contains mainly: green. Hex color #487A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #487A42 is #B785BD. Grayscale: #646464. Windows color (decimal): -12027326 or 4356680. OLE color: 4356680.

HSL color Cylindrical-coordinate representation of color #487A42: hue angle of 113.57º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #487A42 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 72 122 66 -
CMYK 0.41 0 0.46 0.52
HSL 113.57º 0.3% 0.37% -
HSV(B) 113.57º 0.46% 0.48% -
XYZ 10.62 15.69 7.62 -
YUV 100.67 108.44 107.55 -
System Red Green Blue C M Y K H S L
Decimal 72 122 66 0.41 0 0.46 0.52 113.57 0.3 0.37
Hex 48 7A 42 29 0 2E 34 72 1E 25
Octal 110 172 102 51 0 56 64 162 36 45
Binary 1001000 1111010 1000010 101001 0 101110 110100 1110010 11110 100101

Color Harmonies of #487A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487A42

Black with #487A42

Text Example


Text Example

White with #487A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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