#457514

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

Shades of Green Leaf #457514

Tints of Green Leaf #457514

Color information

#457514 (or 0x457514) is unknown color: approx Green Leaf. HEX triplet: 45, 75 and 14. RGB value is (69,117,20). Sum of RGB (Red+Green+Blue) = 69+117+20=206 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.50% from 206); Green value is 117 (46.09% from 255 or 56.80% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 117 - color contains mainly: green. Hex color #457514 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457514 is #BA8AEB. Grayscale: #5B5B5B. Windows color (decimal): -12225260 or 1340741. OLE color: 1340741.

HSL color Cylindrical-coordinate representation of color #457514: hue angle of 89.69º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #457514 is Cyan = 0.41, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB6911720-
CMYK0.4100.830.54
HSL89.69º70.8%26.86%-
HSV(B)89.69º82.91%45.88%-
XYZ8.9414.042.9-
YUV91.5987.6111.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.50%
GREEN value IS 117 (46.09% from 255) = 56.80%
BLUE value IS 20 (8.20% from 255) = 9.71%
R=33.50%
G=56.80%
B=9.71%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69117200.4100.830.5489.6970.826.86
Hex45751429053365a471b
Octal105165245101236613210733
Binary1000101111010110100101001010100111101101011010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457514; }

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

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

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

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

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

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

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

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