#456E16

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

Shades of Green Leaf #456E16

Tints of Green Leaf #456E16

Color information

#456E16 (or 0x456E16) is unknown color: approx Green Leaf. HEX triplet: 45, 6E and 16. RGB value is (69,110,22). Sum of RGB (Red+Green+Blue) = 69+110+22=201 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.33% from 201); Green value is 110 (43.36% from 255 or 54.73% from 201); Blue value is 22 (8.98% from 255 or 10.95% from 201); Max value from RGB is 110 - color contains mainly: green. Hex color #456E16 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456E16 is #BA91E9. Grayscale: #585858. Windows color (decimal): -12227050 or 1470021. OLE color: 1470021.

HSL color Cylindrical-coordinate representation of color #456E16: hue angle of 87.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #456E16 is Cyan = 0.37, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.57.

Color convert

RGB6911022-
CMYK0.3700.80.57
HSL87.95º66.67%25.88%-
HSV(B)87.95º80%43.14%-
XYZ8.1712.472.74-
YUV87.7190.92114.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.33%
GREEN value IS 110 (43.36% from 255) = 54.73%
BLUE value IS 22 (8.98% from 255) = 10.95%
R=34.33%
G=54.73%
B=10.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.8
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal69110220.3700.80.5787.9566.6725.88
Hex456E16250503958431a
Octal105156264501207113010332
Binary1000101110111010110100101010100001110011011000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456E16; }

 p { color: rgb(69,110,22); }

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

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

 a { background-color: rgb(69,110,22); }

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

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

 span { border-color: rgb(69,110,22); }

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