#395D28

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

Shades of Green House #395D28

Tints of Green House #395D28

Color information

#395D28 (or 0x395D28) is unknown color: approx Green House. HEX triplet: 39, 5D and 28. RGB value is (57,93,40). Sum of RGB (Red+Green+Blue) = 57+93+40=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #395D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #395D28 is #C6A2D7. Grayscale: #4C4C4C. Windows color (decimal): -13017816 or 2645305. OLE color: 2645305.

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

Color convert

RGB579340-
CMYK0.3900.570.64
HSL100.75º39.85%26.08%-
HSV(B)100.75º56.99%36.47%-
XYZ5.988.853.4-
YUV76.19107.57114.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 40 (16.02% from 255) = 21.05%
R=30%
G=48.95%
B=21.05%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5793400.3900.570.64100.7539.8526.08
Hex395D28270394065281a
Octal7113550470711001455032
Binary111001101110110100010011101110011000000110010110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,93,40); }

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

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

 a { background-color: rgb(57,93,40); }

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

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

 span { border-color: rgb(57,93,40); }

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