#405538

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

Shades of Green House #405538

Tints of Green House #405538

Color information

#405538 (or 0x405538) is unknown color: approx Green House. HEX triplet: 40, 55 and 38. RGB value is (64,85,56). Sum of RGB (Red+Green+Blue) = 64+85+56=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 85 (33.59% from 255 or 41.46% from 205); Blue value is 56 (22.27% from 255 or 27.32% from 205); Max value from RGB is 85 - color contains mainly: green. Hex color #405538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405538 is #BFAAC7. Grayscale: #4B4B4B. Windows color (decimal): -12561096 or 3691840. OLE color: 3691840.

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

Color convert

RGB648556-
CMYK0.2500.340.67
HSL103.45º20.57%27.65%-
HSV(B)103.45º34.12%33.33%-
XYZ6.087.874.94-
YUV75.41117.04119.86-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 85 (33.59% from 255) = 41.46%
BLUE value IS 56 (22.27% from 255) = 27.32%
R=31.22%
G=41.46%
B=27.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6485560.2500.340.67103.4520.5727.65
Hex405538190224367151c
Octal10012570310421031472534
Binary10000001010101111000110010100010100001111001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405538; }

 p { color: rgb(64,85,56); }

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

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

 a { background-color: rgb(64,85,56); }

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

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

 span { border-color: rgb(64,85,56); }

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