#45760C

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

Shades of Green Leaf #45760C

Tints of Green Leaf #45760C

Color information

#45760C (or 0x45760C) is unknown color: approx Green Leaf. HEX triplet: 45, 76 and 0C. RGB value is (69,118,12). Sum of RGB (Red+Green+Blue) = 69+118+12=199 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.67% from 199); Green value is 118 (46.48% from 255 or 59.30% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 118 - color contains mainly: green. Hex color #45760C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45760C is #BA89F3. Grayscale: #5B5B5B. Windows color (decimal): -12225012 or 816709. OLE color: 816709.

HSL color Cylindrical-coordinate representation of color #45760C: hue angle of 87.74º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #45760C is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB6911812-
CMYK0.4200.900.54
HSL87.74º81.54%25.49%-
HSV(B)87.74º89.83%46.27%-
XYZ914.252.62-
YUV91.2683.27112.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.67%
GREEN value IS 118 (46.48% from 255) = 59.30%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=34.67%
G=59.30%
B=6.03%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69118120.4200.900.5487.7481.5425.49
Hex4576C2A05A36585219
Octal105166145201326613012231
Binary100010111101101100101010010110101101101011000101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45760C; }

 p { color: rgb(69,118,12); }

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

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

 a { background-color: rgb(69,118,12); }

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

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

 span { border-color: rgb(69,118,12); }

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