#457606

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

Shades of Green Leaf #457606

Tints of Green Leaf #457606

Color information

#457606 (or 0x457606) is unknown color: approx Green Leaf. HEX triplet: 45, 76 and 06. RGB value is (69,118,6). Sum of RGB (Red+Green+Blue) = 69+118+6=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 118 (46.48% from 255 or 61.14% from 193); Blue value is 6 (2.73% from 255 or 3.11% from 193); Max value from RGB is 118 - color contains mainly: green. Hex color #457606 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457606 is #BA89F9. Grayscale: #5A5A5A. Windows color (decimal): -12225018 or 423493. OLE color: 423493.

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

Color convert

RGB691186-
CMYK0.4200.950.54
HSL86.25º90.32%24.31%-
HSV(B)86.25º94.92%46.27%-
XYZ8.9714.242.45-
YUV90.5880.27112.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.75%
GREEN value IS 118 (46.48% from 255) = 61.14%
BLUE value IS 6 (2.73% from 255) = 3.11%
R=35.75%
G=61.14%
B=3.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6911860.4200.950.5486.2590.3224.31
Hex457662A05F36565a18
Octal10516665201376612613230
Binary10001011110110110101010010111111101101010110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457606

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457606; }

 p { color: rgb(69,118,6); }

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

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

 a { background-color: rgb(69,118,6); }

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

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

 span { border-color: rgb(69,118,6); }

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