Html Css Color HEX #487016 Green Leaf

📋 copy color: '#487016'

red 72 ◦ green 112 ◦ blue 22

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

Shades of Green Leaf #487016

Tints of Green Leaf #487016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.37%

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 34.95%
G = 54.37%
B = 10.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#487016 (or 0x487016) is known color: Green Leaf. HEX triplet: 48, 70 and 16. RGB value is (72,112,22). Sum of RGB (Red+Green+Blue) = 72+112+22=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 112 (44.14% from 255 or 54.37% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 112 - color contains mainly: green. Hex color #487016 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487016 is #B78FE9. Grayscale: #5A5A5A. Windows color (decimal): -12029930 or 1470536. OLE color: 1470536.

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

Color convert

RGB 72 112 22 -
CMYK 0.36 0 0.80 0.56
HSL 86.67º 0.67% 0.26% -
HSV(B) 86.67º 0.8% 0.44% -
XYZ 8.61 13.02 2.82 -
YUV 89.78 89.75 115.32 -
System Red Green Blue C M Y K H S L
Decimal 72 112 22 0.36 0 0.80 0.56 86.67 0.67 0.26
Hex 48 70 16 24 0 50 38 57 43 1A
Octal 110 160 26 44 0 120 70 127 103 32
Binary 1001000 1110000 10110 100100 0 1010000 111000 1010111 1000011 11010

Color Harmonies of #487016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487016

Black with #487016

Text Example


Text Example

White with #487016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487016; }

 p { color: rgb(72,112,22); }

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

background-color css

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

 a { background-color: rgb(72,112,22); }

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

border-color css

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

 span { border-color: rgb(72,112,22); }

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