#40700B

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

Shades of Green Leaf #40700B

Tints of Green Leaf #40700B

Color information

#40700B (or 0x40700B) is unknown color: approx Green Leaf. HEX triplet: 40, 70 and 0B. RGB value is (64,112,11). Sum of RGB (Red+Green+Blue) = 64+112+11=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 112 (44.14% from 255 or 59.89% from 187); Blue value is 11 (4.69% from 255 or 5.88% from 187); Max value from RGB is 112 - color contains mainly: green. Hex color #40700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40700B is #BF8FF4. Grayscale: #565656. Windows color (decimal): -12554229 or 749632. OLE color: 749632.

HSL color Cylindrical-coordinate representation of color #40700B: hue angle of 88.51º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40700B is Cyan = 0.43, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB6411211-
CMYK0.4300.900.56
HSL88.51º82.11%24.12%-
HSV(B)88.51º90.18%43.92%-
XYZ7.9712.72.35-
YUV86.1385.6112.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 112 (44.14% from 255) = 59.89%
BLUE value IS 11 (4.69% from 255) = 5.88%
R=34.22%
G=59.89%
B=5.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64112110.4300.900.5688.5182.1124.12
Hex4070B2B05A38595218
Octal100160135301327013112230
Binary100000011100001011101011010110101110001011001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,112,11); }

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

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

 a { background-color: rgb(64,112,11); }

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

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

 span { border-color: rgb(64,112,11); }

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