#486522

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

Shades of Green Leaf #486522

Tints of Green Leaf #486522

Color information

#486522 (or 0x486522) is unknown color: approx Green Leaf. HEX triplet: 48, 65 and 22. RGB value is (72,101,34). Sum of RGB (Red+Green+Blue) = 72+101+34=207 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.78% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 34 (13.67% from 255 or 16.43% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #486522 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486522 is #B79ADD. Grayscale: #545454. Windows color (decimal): -12032734 or 2254152. OLE color: 2254152.

HSL color Cylindrical-coordinate representation of color #486522: hue angle of 85.97º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #486522 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB7210134-
CMYK0.2900.660.60
HSL85.97º49.63%26.47%-
HSV(B)85.97º66.34%39.61%-
XYZ7.6110.83.2-
YUV84.6999.39118.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.78%
GREEN value IS 101 (39.84% from 255) = 48.79%
BLUE value IS 34 (13.67% from 255) = 16.43%
R=34.78%
G=48.79%
B=16.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101340.2900.660.6085.9749.6326.47
Hex4865221D0423C56321a
Octal11014542350102741266232
Binary100100011001011000101110101000010111100101011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486522; }

 p { color: rgb(72,101,34); }

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

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

 a { background-color: rgb(72,101,34); }

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

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

 span { border-color: rgb(72,101,34); }

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