#457700

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

Shades of Green Leaf #457700

Tints of Green Leaf #457700

Color information

#457700 (or 0x457700) is unknown color: approx Green Leaf. HEX triplet: 45, 77 and 00. RGB value is (69,119,0). Sum of RGB (Red+Green+Blue) = 69+119+0=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 119 (46.88% from 255 or 63.30% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 119 - color contains mainly: green. Hex color #457700 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457700 is #BA88FF. Grayscale: #5A5A5A. Windows color (decimal): -12224768 or 30533. OLE color: 30533.

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

Color convert

RGB691190-
CMYK0.42010.53
HSL85.21º100%23.33%-
HSV(B)85.21º100%46.67%-
XYZ9.0514.462.31-
YUV90.4876.94112.68-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 119 (46.88% from 255) = 63.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=36.70%
G=63.30%
B=0%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911900.42010.5385.2110023.33
Hex457702A06435556417
Octal10516705201446512514427
Binary100010111101110101010011001001101011010101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457700; }

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

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

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

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

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

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

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

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