#457706

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

Shades of Green Leaf #457706

Tints of Green Leaf #457706

Color information

#457706 (or 0x457706) is unknown color: approx Green Leaf. HEX triplet: 45, 77 and 06. RGB value is (69,119,6). Sum of RGB (Red+Green+Blue) = 69+119+6=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 119 (46.88% from 255 or 61.34% from 194); Blue value is 6 (2.73% from 255 or 3.09% from 194); Max value from RGB is 119 - color contains mainly: green. Hex color #457706 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457706 is #BA88F9. Grayscale: #5B5B5B. Windows color (decimal): -12224762 or 423749. OLE color: 423749.

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

Color convert

RGB691196-
CMYK0.4200.950.53
HSL86.55º90.4%24.51%-
HSV(B)86.55º94.96%46.67%-
XYZ9.0814.472.49-
YUV91.1779.94112.19-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 119 (46.88% from 255) = 61.34%
BLUE value IS 6 (2.73% from 255) = 3.09%
R=35.57%
G=61.34%
B=3.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911960.4200.950.5386.5590.424.51
Hex457762A05F35575a19
Octal10516765201376512713231
Binary10001011110111110101010010111111101011010111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457706; }

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

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

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

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

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

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

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

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