#45711B

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

Shades of Green Leaf #45711B

Tints of Green Leaf #45711B

Color information

#45711B (or 0x45711B) is unknown color: approx Green Leaf. HEX triplet: 45, 71 and 1B. RGB value is (69,113,27). Sum of RGB (Red+Green+Blue) = 69+113+27=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 113 (44.53% from 255 or 54.07% from 209); Blue value is 27 (10.94% from 255 or 12.92% from 209); Max value from RGB is 113 - color contains mainly: green. Hex color #45711B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #45711B is #BA8EE4. Grayscale: #5A5A5A. Windows color (decimal): -12226277 or 1798469. OLE color: 1798469.

HSL color Cylindrical-coordinate representation of color #45711B: hue angle of 90.7º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #45711B is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB6911327-
CMYK0.3900.760.56
HSL90.7º61.43%27.45%-
HSV(B)90.7º76.11%44.31%-
XYZ8.5613.153.12-
YUV90.0492.42112.99-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 33.01%
GREEN value IS 113 (44.53% from 255) = 54.07%
BLUE value IS 27 (10.94% from 255) = 12.92%
R=33.01%
G=54.07%
B=12.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69113270.3900.760.5690.761.4327.45
Hex45711B2704C385b3d1b
Octal10516133470114701337533
Binary100010111100011101110011101001100111000101101111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45711B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45711B; }

 p { color: rgb(69,113,27); }

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

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

 a { background-color: rgb(69,113,27); }

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

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

 span { border-color: rgb(69,113,27); }

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