#41700F

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

Shades of Green Leaf #41700F

Tints of Green Leaf #41700F

Color information

#41700F (or 0x41700F) is unknown color: approx Green Leaf. HEX triplet: 41, 70 and 0F. RGB value is (65,112,15). Sum of RGB (Red+Green+Blue) = 65+112+15=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 112 (44.14% from 255 or 58.33% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 112 - color contains mainly: green. Hex color #41700F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #41700F is #BE8FF0. Grayscale: #575757. Windows color (decimal): -12488689 or 1011777. OLE color: 1011777.

HSL color Cylindrical-coordinate representation of color #41700F: hue angle of 89.07º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41700F is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.

Color convert

RGB6511215-
CMYK0.4200.870.56
HSL89.07º76.38%24.9%-
HSV(B)89.07º86.61%43.92%-
XYZ8.0612.752.49-
YUV86.8987.43112.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 112 (44.14% from 255) = 58.33%
BLUE value IS 15 (6.25% from 255) = 7.81%
R=33.85%
G=58.33%
B=7.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112150.4200.870.5689.0776.3824.9
Hex4170F2A05738594c19
Octal101160175201277013111431
Binary100000111100001111101010010101111110001011001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41700F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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