#456F14

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

Shades of Green Leaf #456F14

Tints of Green Leaf #456F14

Color information

#456F14 (or 0x456F14) is unknown color: approx Green Leaf. HEX triplet: 45, 6F and 14. RGB value is (69,111,20). Sum of RGB (Red+Green+Blue) = 69+111+20=200 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.5% from 200); Green value is 111 (43.75% from 255 or 55.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 111 - color contains mainly: green. Hex color #456F14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456F14 is #BA90EB. Grayscale: #585858. Windows color (decimal): -12226796 or 1339205. OLE color: 1339205.

HSL color Cylindrical-coordinate representation of color #456F14: hue angle of 87.69º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #456F14 is Cyan = 0.38, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.56.

Color convert

RGB6911120-
CMYK0.3800.820.56
HSL87.69º69.47%25.69%-
HSV(B)87.69º81.98%43.53%-
XYZ8.2612.682.67-
YUV88.0789.59114.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.5%
GREEN value IS 111 (43.75% from 255) = 55.5%
BLUE value IS 20 (8.20% from 255) = 10%
R=34.5%
G=55.5%
B=10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69111200.3800.820.5687.6969.4725.69
Hex456F14260523858451a
Octal105157244601227013010532
Binary1000101110111110100100110010100101110001011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456F14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,111,20); }

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

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

 a { background-color: rgb(69,111,20); }

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

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

 span { border-color: rgb(69,111,20); }

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