#457701

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

Shades of Green Leaf #457701

Tints of Green Leaf #457701

Color information

#457701 (or 0x457701) is unknown color: approx Green Leaf. HEX triplet: 45, 77 and 01. RGB value is (69,119,1). Sum of RGB (Red+Green+Blue) = 69+119+1=189 (25% of max value = 765). Red value is 69 (27.34% from 255 or 36.51% from 189); Green value is 119 (46.88% from 255 or 62.96% from 189); Blue value is 1 (0.78% from 255 or 0.53% from 189); Max value from RGB is 119 - color contains mainly: green. Hex color #457701 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457701 is #BA88FE. Grayscale: #5B5B5B. Windows color (decimal): -12224767 or 96069. OLE color: 96069.

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

Color convert

RGB691191-
CMYK0.4200.990.53
HSL85.42º98.33%23.53%-
HSV(B)85.42º99.16%46.67%-
XYZ9.0614.462.34-
YUV90.677.44112.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.51%
GREEN value IS 119 (46.88% from 255) = 62.96%
BLUE value IS 1 (0.78% from 255) = 0.53%
R=36.51%
G=62.96%
B=0.53%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911910.4200.990.5385.4298.3323.53
Hex457712A06335556218
Octal10516715201436512514230
Binary100010111101111101010011000111101011010101110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457701; }

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

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

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

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

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

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

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

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