#457503

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

Shades of Green Leaf #457503

Tints of Green Leaf #457503

Color information

#457503 (or 0x457503) is unknown color: approx Green Leaf. HEX triplet: 45, 75 and 03. RGB value is (69,117,3). Sum of RGB (Red+Green+Blue) = 69+117+3=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 3 (1.56% from 255 or 1.59% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #457503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457503 is #BA8AFC. Grayscale: #5A5A5A. Windows color (decimal): -12225277 or 226629. OLE color: 226629.

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

Color convert

RGB691173-
CMYK0.4100.970.54
HSL85.26º95%23.53%-
HSV(B)85.26º97.44%45.88%-
XYZ8.8313.992.32-
YUV89.6579.1113.27-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 117 (46.09% from 255) = 61.90%
BLUE value IS 3 (1.56% from 255) = 1.59%
R=36.51%
G=61.90%
B=1.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6911730.4100.970.5485.269523.53
Hex457532906136555f18
Octal10516535101416612513730
Binary1000101111010111101001011000011101101010101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457503; }

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

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

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

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

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

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

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

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