Html Css Color HEX #487013 Green Leaf

📋 copy color: '#487013'

red 72 ◦ green 112 ◦ blue 19

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

Shades of Green Leaf #487013

Tints of Green Leaf #487013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 35.47%
G = 55.17%
B = 9.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#487013 (or 0x487013) is known color: Green Leaf. HEX triplet: 48, 70 and 13. RGB value is (72,112,19). Sum of RGB (Red+Green+Blue) = 72+112+19=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #487013 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487013 is #B78FEC. Grayscale: #595959. Windows color (decimal): -12029933 or 1273928. OLE color: 1273928.

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

Color convert

RGB 72 112 19 -
CMYK 0.36 0 0.83 0.56
HSL 85.81º 0.71% 0.26% -
HSV(B) 85.81º 0.83% 0.44% -
XYZ 8.58 13.01 2.68 -
YUV 89.44 88.25 115.56 -
System Red Green Blue C M Y K H S L
Decimal 72 112 19 0.36 0 0.83 0.56 85.81 0.71 0.26
Hex 48 70 13 24 0 53 38 56 47 1A
Octal 110 160 23 44 0 123 70 126 107 32
Binary 1001000 1110000 10011 100100 0 1010011 111000 1010110 1000111 11010

Color Harmonies of #487013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487013

Black with #487013

Text Example


Text Example

White with #487013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487013; }

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

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

background-color css

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

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

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

border-color css

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

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

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