#457707

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

Shades of Green Leaf #457707

Tints of Green Leaf #457707

Color information

#457707 (or 0x457707) is unknown color: approx Green Leaf. HEX triplet: 45, 77 and 07. RGB value is (69,119,7). Sum of RGB (Red+Green+Blue) = 69+119+7=195 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.38% from 195); Green value is 119 (46.88% from 255 or 61.03% from 195); Blue value is 7 (3.12% from 255 or 3.59% from 195); Max value from RGB is 119 - color contains mainly: green. Hex color #457707 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457707 is #BA88F8. Grayscale: #5B5B5B. Windows color (decimal): -12224761 or 489285. OLE color: 489285.

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

Color convert

RGB691197-
CMYK0.4200.940.53
HSL86.79º88.89%24.71%-
HSV(B)86.79º94.12%46.67%-
XYZ9.0914.472.52-
YUV91.2880.44112.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.38%
GREEN value IS 119 (46.88% from 255) = 61.03%
BLUE value IS 7 (3.12% from 255) = 3.59%
R=35.38%
G=61.03%
B=3.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911970.4200.940.5386.7988.8924.71
Hex457772A05E35575919
Octal10516775201366512713131
Binary10001011110111111101010010111101101011010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457707; }

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

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

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

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

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

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

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

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