#41553A

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

Shades of Green House #41553A

Tints of Green House #41553A

Color information

#41553A (or 0x41553A) is unknown color: approx Green House. HEX triplet: 41, 55 and 3A. RGB value is (65,85,58). Sum of RGB (Red+Green+Blue) = 65+85+58=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 58 (23.05% from 255 or 27.88% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #41553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #41553A is #BEAAC5. Grayscale: #4C4C4C. Windows color (decimal): -12495558 or 3822913. OLE color: 3822913.

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

Color convert

RGB658558-
CMYK0.2400.320.67
HSL104.44º18.88%28.04%-
HSV(B)104.44º31.76%33.33%-
XYZ6.197.935.21-
YUV75.94117.87120.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 85 (33.59% from 255) = 40.87%
BLUE value IS 58 (23.05% from 255) = 27.88%
R=31.25%
G=40.87%
B=27.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6585580.2400.320.67104.4418.8828.04
Hex41553A180204368131c
Octal10112572300401031502334
Binary10000011010101111010110000100000100001111010001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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