#395A2D

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

Shades of Green House #395A2D

Tints of Green House #395A2D

Color information

#395A2D (or 0x395A2D) is unknown color: approx Green House. HEX triplet: 39, 5A and 2D. RGB value is (57,90,45). Sum of RGB (Red+Green+Blue) = 57+90+45=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 90 (35.55% from 255 or 46.88% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 90 - color contains mainly: green. Hex color #395A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395A2D is #C6A5D2. Grayscale: #4B4B4B. Windows color (decimal): -13018579 or 2972217. OLE color: 2972217.

HSL color Cylindrical-coordinate representation of color #395A2D: hue angle of 104º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395A2D is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.

Color convert

RGB579045-
CMYK0.3700.500.65
HSL104º33.33%26.47%-
HSV(B)104º50%35.29%-
XYZ5.828.373.79-
YUV75111.07115.16-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 90 (35.55% from 255) = 46.88%
BLUE value IS 45 (17.97% from 255) = 23.44%
R=29.69%
G=46.88%
B=23.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5790450.3700.500.6510433.3326.47
Hex395A2D250324168211a
Octal7113255450621011504132
Binary111001101101010110110010101100101000001110100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395A2D; }

 p { color: rgb(57,90,45); }

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

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

 a { background-color: rgb(57,90,45); }

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

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

 span { border-color: rgb(57,90,45); }

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