Html Css Color HEX #487114 Green Leaf

📋 copy color: '#487114'

red 72 ◦ green 113 ◦ blue 20

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

Shades of Green Leaf #487114

Tints of Green Leaf #487114

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.12%

 BLUE value IS 20 (8.2% from 255) = 9.76%

R = 35.12%
G = 55.12%
B = 9.76%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#487114 (or 0x487114) is known color: Green Leaf. HEX triplet: 48, 71 and 14. RGB value is (72,113,20). Sum of RGB (Red+Green+Blue) = 72+113+20=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 113 (44.53% from 255 or 55.12% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 113 - color contains mainly: green. Hex color #487114 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487114 is #B78EEB. Grayscale: #5A5A5A. Windows color (decimal): -12029676 or 1339720. OLE color: 1339720.

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

Color convert

RGB 72 113 20 -
CMYK 0.36 0 0.82 0.56
HSL 86.45º 0.7% 0.26% -
HSV(B) 86.45º 0.82% 0.44% -
XYZ 8.7 13.24 2.76 -
YUV 90.14 88.42 115.06 -
System Red Green Blue C M Y K H S L
Decimal 72 113 20 0.36 0 0.82 0.56 86.45 0.7 0.26
Hex 48 71 14 24 0 52 38 56 46 1A
Octal 110 161 24 44 0 122 70 126 106 32
Binary 1001000 1110001 10100 100100 0 1010010 111000 1010110 1000110 11010

Color Harmonies of #487114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #487114

Black with #487114

Text Example


Text Example

White with #487114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #487114; }

 p { color: rgb(72,113,20); }

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

background-color css

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

 a { background-color: rgb(72,113,20); }

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

border-color css

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

 span { border-color: rgb(72,113,20); }

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