#45750C

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

Shades of Green Leaf #45750C

Tints of Green Leaf #45750C

Color information

#45750C (or 0x45750C) is unknown color: approx Green Leaf. HEX triplet: 45, 75 and 0C. RGB value is (69,117,12). Sum of RGB (Red+Green+Blue) = 69+117+12=198 (26% of max value = 765). Red value is 69 (27.34% from 255 or 34.85% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #45750C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45750C is #BA8AF3. Grayscale: #5B5B5B. Windows color (decimal): -12225268 or 816453. OLE color: 816453.

HSL color Cylindrical-coordinate representation of color #45750C: hue angle of 87.43º degrees, saturation: 0.81, 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 #45750C is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB6911712-
CMYK0.4100.900.54
HSL87.43º81.4%25.29%-
HSV(B)87.43º89.74%45.88%-
XYZ8.8814.012.58-
YUV90.6883.6112.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 34.85%
GREEN value IS 117 (46.09% from 255) = 59.09%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=34.85%
G=59.09%
B=6.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal69117120.4100.900.5487.4381.425.29
Hex4575C2905A36575119
Octal105165145101326612712131
Binary100010111101011100101001010110101101101010111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45750C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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