#457215

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

Shades of Green Leaf #457215

Tints of Green Leaf #457215

Color information

#457215 (or 0x457215) is unknown color: approx Green Leaf. HEX triplet: 45, 72 and 15. RGB value is (69,114,21). Sum of RGB (Red+Green+Blue) = 69+114+21=204 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.82% from 204); Green value is 114 (44.92% from 255 or 55.88% from 204); Blue value is 21 (8.59% from 255 or 10.29% from 204); Max value from RGB is 114 - color contains mainly: green. Hex color #457215 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457215 is #BA8DEA. Grayscale: #5A5A5A. Windows color (decimal): -12226027 or 1405509. OLE color: 1405509.

HSL color Cylindrical-coordinate representation of color #457215: hue angle of 89.03º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #457215 is Cyan = 0.39, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.55.

Color convert

RGB6911421-
CMYK0.3900.820.55
HSL89.03º68.89%26.47%-
HSV(B)89.03º81.58%44.71%-
XYZ8.6113.352.83-
YUV89.9489.09113.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.82%
GREEN value IS 114 (44.92% from 255) = 55.88%
BLUE value IS 21 (8.59% from 255) = 10.29%
R=33.82%
G=55.88%
B=10.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114210.3900.820.5589.0368.8926.47
Hex457215270523759451a
Octal105162254701226713110532
Binary1000101111001010101100111010100101101111011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457215; }

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

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

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

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

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

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

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

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