#405339

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

Shades of Green House #405339

Tints of Green House #405339

Color information

#405339 (or 0x405339) is unknown color: approx Green House. HEX triplet: 40, 53 and 39. RGB value is (64,83,57). Sum of RGB (Red+Green+Blue) = 64+83+57=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 83 (32.81% from 255 or 40.69% from 204); Blue value is 57 (22.66% from 255 or 27.94% from 204); Max value from RGB is 83 - color contains mainly: green. Hex color #405339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405339 is #BFACC6. Grayscale: #4A4A4A. Windows color (decimal): -12561607 or 3756864. OLE color: 3756864.

HSL color Cylindrical-coordinate representation of color #405339: hue angle of 103.85º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #405339 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB648357-
CMYK0.2300.310.67
HSL103.85º18.57%27.45%-
HSV(B)103.85º31.33%32.55%-
XYZ5.957.575.02-
YUV74.36118.21120.61-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 83 (32.81% from 255) = 40.69%
BLUE value IS 57 (22.66% from 255) = 27.94%
R=31.37%
G=40.69%
B=27.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6483570.2300.310.67103.8518.5727.45
Hex4053391701F4368131b
Octal10012371270371031502333
Binary1000000101001111100110111011111100001111010001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #405339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #405339; }

 p { color: rgb(64,83,57); }

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

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

 a { background-color: rgb(64,83,57); }

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

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

 span { border-color: rgb(64,83,57); }

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