#45720E

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

Shades of Green Leaf #45720E

Tints of Green Leaf #45720E

Color information

#45720E (or 0x45720E) is unknown color: approx Green Leaf. HEX triplet: 45, 72 and 0E. RGB value is (69,114,14). Sum of RGB (Red+Green+Blue) = 69+114+14=197 (26% of max value = 765). Red value is 69 (27.34% from 255 or 35.03% from 197); Green value is 114 (44.92% from 255 or 57.87% from 197); Blue value is 14 (5.86% from 255 or 7.11% from 197); Max value from RGB is 114 - color contains mainly: green. Hex color #45720E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45720E is #BA8DF1. Grayscale: #595959. Windows color (decimal): -12226034 or 946757. OLE color: 946757.

HSL color Cylindrical-coordinate representation of color #45720E: hue angle of 87º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45720E is Cyan = 0.39, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.55.

Color convert

RGB6911414-
CMYK0.3900.880.55
HSL87º78.12%25.1%-
HSV(B)87º87.72%44.71%-
XYZ8.5513.332.54-
YUV89.1485.59113.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.03%
GREEN value IS 114 (44.92% from 255) = 57.87%
BLUE value IS 14 (5.86% from 255) = 7.11%
R=35.03%
G=57.87%
B=7.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69114140.3900.880.558778.1225.1
Hex4572E2705837574e19
Octal105162164701306712711631
Binary100010111100101110100111010110001101111010111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45720E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45720E; }

 p { color: rgb(69,114,14); }

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

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

 a { background-color: rgb(69,114,14); }

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

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

 span { border-color: rgb(69,114,14); }

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