#41533C

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

Shades of Green House #41533C

Tints of Green House #41533C

Color information

#41533C (or 0x41533C) is unknown color: approx Green House. HEX triplet: 41, 53 and 3C. RGB value is (65,83,60). Sum of RGB (Red+Green+Blue) = 65+83+60=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 60 (23.83% from 255 or 28.85% from 208); Max value from RGB is 83 - color contains mainly: green. Hex color #41533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41533C is #BEACC3. Grayscale: #4B4B4B. Windows color (decimal): -12496068 or 3953473. OLE color: 3953473.

HSL color Cylindrical-coordinate representation of color #41533C: hue angle of 106.96º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #41533C is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB658360-
CMYK0.2200.280.67
HSL106.96º16.08%28.04%-
HSV(B)106.96º27.71%32.55%-
XYZ6.097.645.43-
YUV75119.54120.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 83 (32.81% from 255) = 39.90%
BLUE value IS 60 (23.83% from 255) = 28.85%
R=31.25%
G=39.90%
B=28.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6583600.2200.280.67106.9616.0828.04
Hex41533C1601C436b101c
Octal10112374260341031532034
Binary1000001101001111110010110011100100001111010111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41533C; }

 p { color: rgb(65,83,60); }

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

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

 a { background-color: rgb(65,83,60); }

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

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

 span { border-color: rgb(65,83,60); }

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