#486913

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

Shades of Green Leaf #486913

Tints of Green Leaf #486913

Color information

#486913 (or 0x486913) is unknown color: approx Green Leaf. HEX triplet: 48, 69 and 13. RGB value is (72,105,19). Sum of RGB (Red+Green+Blue) = 72+105+19=196 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.73% from 196); Green value is 105 (41.41% from 255 or 53.57% from 196); Blue value is 19 (7.81% from 255 or 9.69% from 196); Max value from RGB is 105 - color contains mainly: green. Hex color #486913 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486913 is #B796EC. Grayscale: #555555. Windows color (decimal): -12031725 or 1272136. OLE color: 1272136.

HSL color Cylindrical-coordinate representation of color #486913: hue angle of 83.02º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #486913 is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB7210519-
CMYK0.3100.820.59
HSL83.02º69.35%24.31%-
HSV(B)83.02º81.9%41.18%-
XYZ7.8411.532.43-
YUV85.3390.57118.49-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.73%
GREEN value IS 105 (41.41% from 255) = 53.57%
BLUE value IS 19 (7.81% from 255) = 9.69%
R=36.73%
G=53.57%
B=9.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105190.3100.820.5983.0269.3524.31
Hex4869131F0523B534518
Octal110151233701227312310530
Binary100100011010011001111111010100101110111010011100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486913; }

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

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

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

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

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

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

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

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