#486622

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

Shades of Green Leaf #486622

Tints of Green Leaf #486622

Color information

#486622 (or 0x486622) is unknown color: approx Green Leaf. HEX triplet: 48, 66 and 22. RGB value is (72,102,34). Sum of RGB (Red+Green+Blue) = 72+102+34=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 102 (40.23% from 255 or 49.04% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 102 - color contains mainly: green. Hex color #486622 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486622 is #B799DD. Grayscale: #555555. Windows color (decimal): -12032478 or 2254408. OLE color: 2254408.

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

Color convert

RGB7210234-
CMYK0.2900.670.6
HSL86.47º50%26.67%-
HSV(B)86.47º66.67%40%-
XYZ7.71113.23-
YUV85.2899.06118.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.62%
GREEN value IS 102 (40.23% from 255) = 49.04%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=34.62%
G=49.04%
B=16.35%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102340.2900.670.686.475026.67
Hex4866221D0433C56321b
Octal11014642350103741266233
Binary100100011001101000101110101000011111100101011011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486622; }

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

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

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

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

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

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

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

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