#457708

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

Shades of Green Leaf #457708

Tints of Green Leaf #457708

Color information

#457708 (or 0x457708) is unknown color: approx Green Leaf. HEX triplet: 45, 77 and 08. RGB value is (69,119,8). Sum of RGB (Red+Green+Blue) = 69+119+8=196 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.20% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 8 (3.52% from 255 or 4.08% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #457708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457708 is #BA88F7. Grayscale: #5B5B5B. Windows color (decimal): -12224760 or 554821. OLE color: 554821.

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

Color convert

RGB691198-
CMYK0.4200.930.53
HSL87.03º87.4%24.9%-
HSV(B)87.03º93.28%46.67%-
XYZ9.0914.482.54-
YUV91.480.94112.03-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.20%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 8 (3.52% from 255) = 4.08%
R=35.20%
G=60.71%
B=4.08%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6911980.4200.930.5387.0387.424.9
Hex457782A05D35575719
Octal105167105201356512712731
Binary100010111101111000101010010111011101011010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457708; }

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

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

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

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

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

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

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

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