#41700B

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

Shades of Green Leaf #41700B

Tints of Green Leaf #41700B

Color information

#41700B (or 0x41700B) is unknown color: approx Green Leaf. HEX triplet: 41, 70 and 0B. RGB value is (65,112,11). Sum of RGB (Red+Green+Blue) = 65+112+11=188 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.57% from 188); Green value is 112 (44.14% from 255 or 59.57% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 112 - color contains mainly: green. Hex color #41700B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41700B is #BE8FF4. Grayscale: #565656. Windows color (decimal): -12488693 or 749633. OLE color: 749633.

HSL color Cylindrical-coordinate representation of color #41700B: hue angle of 87.92º 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 #41700B is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB6511211-
CMYK0.4200.900.56
HSL87.92º82.11%24.12%-
HSV(B)87.92º90.18%43.92%-
XYZ8.0312.742.35-
YUV86.4385.43112.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.57%
GREEN value IS 112 (44.14% from 255) = 59.57%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=34.57%
G=59.57%
B=5.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112110.4200.900.5687.9282.1124.12
Hex4170B2A05A38585218
Octal101160135201327013012230
Binary100000111100001011101010010110101110001011000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41700B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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