#41553B

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

Shades of Green House #41553B

Tints of Green House #41553B

Color information

#41553B (or 0x41553B) is unknown color: approx Green House. HEX triplet: 41, 55 and 3B. RGB value is (65,85,59). Sum of RGB (Red+Green+Blue) = 65+85+59=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 85 (33.59% from 255 or 40.67% from 209); Blue value is 59 (23.44% from 255 or 28.23% from 209); Max value from RGB is 85 - color contains mainly: green. Hex color #41553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553B is #BEAAC4. Grayscale: #4C4C4C. Windows color (decimal): -12495557 or 3888449. OLE color: 3888449.

HSL color Cylindrical-coordinate representation of color #41553B: hue angle of 106.15º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #41553B is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB658559-
CMYK0.2400.310.67
HSL106.15º18.06%28.24%-
HSV(B)106.15º30.59%33.33%-
XYZ6.227.945.34-
YUV76.06118.37120.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 85 (33.59% from 255) = 40.67%
BLUE value IS 59 (23.44% from 255) = 28.23%
R=31.10%
G=40.67%
B=28.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585590.2400.310.67106.1518.0628.24
Hex41553B1801F436a121c
Octal10112573300371031522234
Binary1000001101010111101111000011111100001111010101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,85,59); }

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

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

 a { background-color: rgb(65,85,59); }

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

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

 span { border-color: rgb(65,85,59); }

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