#395534

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

Shades of Green House #395534

Tints of Green House #395534

Color information

#395534 (or 0x395534) is unknown color: approx Green House. HEX triplet: 39, 55 and 34. RGB value is (57,85,52). Sum of RGB (Red+Green+Blue) = 57+85+52=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 85 (33.59% from 255 or 43.81% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 85 - color contains mainly: green. Hex color #395534 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395534 is #C6AACB. Grayscale: #484848. Windows color (decimal): -13019852 or 3429689. OLE color: 3429689.

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

Color convert

RGB578552-
CMYK0.3300.390.67
HSL110.91º24.09%26.86%-
HSV(B)110.91º38.82%33.33%-
XYZ5.567.614.43-
YUV72.87116.22116.68-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.38%
GREEN value IS 85 (33.59% from 255) = 43.81%
BLUE value IS 52 (20.70% from 255) = 26.80%
R=29.38%
G=43.81%
B=26.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5785520.3300.390.67110.9124.0926.86
Hex39553421027436f181b
Octal7112564410471031573033
Binary11100110101011101001000010100111100001111011111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395534; }

 p { color: rgb(57,85,52); }

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

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

 a { background-color: rgb(57,85,52); }

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

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

 span { border-color: rgb(57,85,52); }

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