#41702E

Color #41702E Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #41702E

Tints of Green House #41702E

Color information

#41702E (or 0x41702E) is unknown color: approx Green House. HEX triplet: 41, 70 and 2E. RGB value is (65,112,46). Sum of RGB (Red+Green+Blue) = 65+112+46=223 (29% of max value = 765). Red value is 65 (25.78% from 255 or 29.15% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #41702E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41702E is #BE8FD1. Grayscale: #5A5A5A. Windows color (decimal): -12488658 or 3043393. OLE color: 3043393.

HSL color Cylindrical-coordinate representation of color #41702E: hue angle of 102.73º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41702E is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB6511246-
CMYK0.4200.590.56
HSL102.73º41.77%30.98%-
HSV(B)102.73º58.93%43.92%-
XYZ8.4712.914.63-
YUV90.42102.93109.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 29.15%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=29.15%
G=50.22%
B=20.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112460.4200.590.56102.7341.7730.98
Hex41702E2A03B38672a1f
Octal1011605652073701475237
Binary100000111100001011101010100111011111000110011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41702E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41702E; }

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

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

<style>
 a { background-color: #41702E; }

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

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

<style>
 span { border-color: #41702E; }

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

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