#395336

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

Shades of Green House #395336

Tints of Green House #395336

Color information

#395336 (or 0x395336) is unknown color: approx Green House. HEX triplet: 39, 53 and 36. RGB value is (57,83,54). Sum of RGB (Red+Green+Blue) = 57+83+54=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 83 (32.81% from 255 or 42.78% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 83 - color contains mainly: green. Hex color #395336 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395336 is #C6ACC9. Grayscale: #484848. Windows color (decimal): -13020362 or 3560249. OLE color: 3560249.

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

Color convert

RGB578354-
CMYK0.3100.350.67
HSL113.79º21.17%26.86%-
HSV(B)113.79º34.94%32.55%-
XYZ5.457.324.62-
YUV71.92117.89117.36-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 83 (32.81% from 255) = 42.78%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=29.38%
G=42.78%
B=27.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5783540.3100.350.67113.7921.1726.86
Hex3953361F0234372151b
Octal7112366370431031622533
Binary1110011010011110110111110100011100001111100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395336; }

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

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

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

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

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

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

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

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