#457308

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

Shades of Green Leaf #457308

Tints of Green Leaf #457308

Color information

#457308 (or 0x457308) is unknown color: approx Green Leaf. HEX triplet: 45, 73 and 08. RGB value is (69,115,8). Sum of RGB (Red+Green+Blue) = 69+115+8=192 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.94% from 192); Green value is 115 (45.31% from 255 or 59.90% from 192); Blue value is 8 (3.52% from 255 or 4.17% from 192); Max value from RGB is 115 - color contains mainly: green. Hex color #457308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #457308 is #BA8CF7. Grayscale: #595959. Windows color (decimal): -12225784 or 553797. OLE color: 553797.

HSL color Cylindrical-coordinate representation of color #457308: hue angle of 85.79º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #457308 is Cyan = 0.4, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB691158-
CMYK0.400.930.55
HSL85.79º86.99%24.12%-
HSV(B)85.79º93.04%45.1%-
XYZ8.6313.542.39-
YUV89.0582.26113.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.94%
GREEN value IS 115 (45.31% from 255) = 59.90%
BLUE value IS 8 (3.52% from 255) = 4.17%
R=35.94%
G=59.90%
B=4.17%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6911580.400.930.5585.7986.9924.12
Hex457382805D37565718
Octal105163105001356712612730
Binary100010111100111000101000010111011101111010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457308; }

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

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

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

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

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

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

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

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