#395B2C

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

Shades of Green House #395B2C

Tints of Green House #395B2C

Color information

#395B2C (or 0x395B2C) is unknown color: approx Green House. HEX triplet: 39, 5B and 2C. RGB value is (57,91,44). Sum of RGB (Red+Green+Blue) = 57+91+44=192 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.69% from 192); Green value is 91 (35.94% from 255 or 47.40% from 192); Blue value is 44 (17.58% from 255 or 22.92% from 192); Max value from RGB is 91 - color contains mainly: green. Hex color #395B2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395B2C is #C6A4D3. Grayscale: #4B4B4B. Windows color (decimal): -13018324 or 2906937. OLE color: 2906937.

HSL color Cylindrical-coordinate representation of color #395B2C: hue angle of 103.4º degrees, saturation: 0.35, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #395B2C is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.64.

Color convert

RGB579144-
CMYK0.3700.520.64
HSL103.4º34.81%26.47%-
HSV(B)103.4º51.65%35.69%-
XYZ5.888.533.72-
YUV75.48110.24114.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.69%
GREEN value IS 91 (35.94% from 255) = 47.40%
BLUE value IS 44 (17.58% from 255) = 22.92%
R=29.69%
G=47.40%
B=22.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5791440.3700.520.64103.434.8126.47
Hex395B2C250344067231a
Octal7113354450641001474332
Binary111001101101110110010010101101001000000110011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,91,44); }

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

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

 a { background-color: rgb(57,91,44); }

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

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

 span { border-color: rgb(57,91,44); }

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