#457115

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

Shades of Green Leaf #457115

Tints of Green Leaf #457115

Color information

#457115 (or 0x457115) is unknown color: approx Green Leaf. HEX triplet: 45, 71 and 15. RGB value is (69,113,21). Sum of RGB (Red+Green+Blue) = 69+113+21=203 (26% of max value = 765). Red value is 69 (27.34% from 255 or 33.99% from 203); Green value is 113 (44.53% from 255 or 55.67% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 113 - color contains mainly: green. Hex color #457115 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457115 is #BA8EEA. Grayscale: #595959. Windows color (decimal): -12226283 or 1405253. OLE color: 1405253.

HSL color Cylindrical-coordinate representation of color #457115: hue angle of 88.7º degrees, saturation: 0.69, 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 #457115 is Cyan = 0.39, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB6911321-
CMYK0.3900.810.56
HSL88.7º68.66%26.27%-
HSV(B)88.7º81.42%44.31%-
XYZ8.4913.132.8-
YUV89.3689.42113.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.99%
GREEN value IS 113 (44.53% from 255) = 55.67%
BLUE value IS 21 (8.59% from 255) = 10.34%
R=33.99%
G=55.67%
B=10.34%

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
Decimal69113210.3900.810.5688.768.6626.27
Hex457115270513859451a
Octal105161254701217013110532
Binary1000101111000110101100111010100011110001011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457115; }

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

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

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

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

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

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

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

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