#416131

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

Shades of Green House #416131

Tints of Green House #416131

Color information

#416131 (or 0x416131) is unknown color: approx Green House. HEX triplet: 41, 61 and 31. RGB value is (65,97,49). Sum of RGB (Red+Green+Blue) = 65+97+49=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 97 - color contains mainly: green. Hex color #416131 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #416131 is #BE9ECE. Grayscale: #525252. Windows color (decimal): -12492495 or 3236161. OLE color: 3236161.

HSL color Cylindrical-coordinate representation of color #416131: hue angle of 100º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #416131 is Cyan = 0.33, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB659749-
CMYK0.3300.490.62
HSL100º32.88%28.63%-
HSV(B)100º49.48%38.04%-
XYZ7.019.894.45-
YUV81.96109.4115.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 97 (38.28% from 255) = 45.97%
BLUE value IS 49 (19.53% from 255) = 23.22%
R=30.81%
G=45.97%
B=23.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6597490.3300.490.6210032.8828.63
Hex416131210313E64211d
Octal1011416141061761444135
Binary100000111000011100011000010110001111110110010010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #416131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #416131; }

 p { color: rgb(65,97,49); }

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

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

 a { background-color: rgb(65,97,49); }

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

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

 span { border-color: rgb(65,97,49); }

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