#487A08

Color #487A08 Green Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Leaf #487A08

Tints of Green Leaf #487A08

Color information

#487A08 (or 0x487A08) is unknown color: approx Green Leaf. HEX triplet: 48, 7A and 08. RGB value is (72,122,8). Sum of RGB (Red+Green+Blue) = 72+122+8=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 122 (48.05% from 255 or 60.40% from 202); Blue value is 8 (3.52% from 255 or 3.96% from 202); Max value from RGB is 122 - color contains mainly: green. Hex color #487A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #487A08 is #B785F7. Grayscale: #5E5E5E. Windows color (decimal): -12027384 or 555592. OLE color: 555592.

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

Color convert

RGB721228-
CMYK0.4100.930.52
HSL86.32º87.69%25.49%-
HSV(B)86.32º93.44%47.84%-
XYZ9.6815.312.68-
YUV94.0579.44112.27-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.64%
GREEN value IS 122 (48.05% from 255) = 60.40%
BLUE value IS 8 (3.52% from 255) = 3.96%
R=35.64%
G=60.40%
B=3.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7212280.4100.930.5286.3287.6925.49
Hex487A82905D34565819
Octal110172105101356412613031
Binary100100011110101000101001010111011101001010110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #487A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #487A08;
 }
 .AnyTagClassName
 {
   color: #487A08;
 }
</style>
background-color css

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

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

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

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

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

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