#45700D

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

Shades of Green Leaf #45700D

Tints of Green Leaf #45700D

Color information

#45700D (or 0x45700D) is unknown color: approx Green Leaf. HEX triplet: 45, 70 and 0D. RGB value is (69,112,13). Sum of RGB (Red+Green+Blue) = 69+112+13=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 13 (5.47% from 255 or 6.70% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #45700D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45700D is #BA8FF2. Grayscale: #585858. Windows color (decimal): -12226547 or 880709. OLE color: 880709.

HSL color Cylindrical-coordinate representation of color #45700D: hue angle of 86.06º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #45700D is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB6911213-
CMYK0.3800.880.56
HSL86.06º79.2%24.51%-
HSV(B)86.06º88.39%43.92%-
XYZ8.3212.882.43-
YUV87.8685.75114.55-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 35.57%
GREEN value IS 112 (44.14% from 255) = 57.73%
BLUE value IS 13 (5.47% from 255) = 6.70%
R=35.57%
G=57.73%
B=6.70%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69112130.3800.880.5686.0679.224.51
Hex4570D2605838564f19
Octal105160154601307012611731
Binary100010111100001101100110010110001110001010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45700D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45700D; }

 p { color: rgb(69,112,13); }

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

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

 a { background-color: rgb(69,112,13); }

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

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

 span { border-color: rgb(69,112,13); }

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