#457116

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

Shades of Green Leaf #457116

Tints of Green Leaf #457116

Color information

#457116 (or 0x457116) is unknown color: approx Green Leaf. HEX triplet: 45, 71 and 16. RGB value is (69,113,22). Sum of RGB (Red+Green+Blue) = 69+113+22=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #457116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457116 is #BA8EE9. Grayscale: #595959. Windows color (decimal): -12226282 or 1470789. OLE color: 1470789.

HSL color Cylindrical-coordinate representation of color #457116: hue angle of 89.01º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #457116 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6911322-
CMYK0.3900.810.56
HSL89.01º67.41%26.47%-
HSV(B)89.01º80.53%44.31%-
XYZ8.513.132.85-
YUV89.4789.92113.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 22 (8.98% from 255) = 10.78%
R=33.82%
G=55.39%
B=10.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113220.3900.810.5689.0167.4126.47
Hex457116270513859431a
Octal105161264701217013110332
Binary1000101111000110110100111010100011110001011001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457116; }

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

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

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

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

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

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

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

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