#396828

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

Shades of Green House #396828

Tints of Green House #396828

Color information

#396828 (or 0x396828) is unknown color: approx Green House. HEX triplet: 39, 68 and 28. RGB value is (57,104,40). Sum of RGB (Red+Green+Blue) = 57+104+40=201 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.36% from 201); Green value is 104 (41.02% from 255 or 51.74% from 201); Blue value is 40 (16.02% from 255 or 19.90% from 201); Max value from RGB is 104 - color contains mainly: green. Hex color #396828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396828 is #C697D7. Grayscale: #525252. Windows color (decimal): -13015000 or 2648121. OLE color: 2648121.

HSL color Cylindrical-coordinate representation of color #396828: hue angle of 104.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #396828 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB5710440-
CMYK0.4500.620.59
HSL104.06º44.44%28.24%-
HSV(B)104.06º61.54%40.78%-
XYZ7.0210.923.75-
YUV82.65103.93109.7-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.36%
GREEN value IS 104 (41.02% from 255) = 51.74%
BLUE value IS 40 (16.02% from 255) = 19.90%
R=28.36%
G=51.74%
B=19.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104400.4500.620.59104.0644.4428.24
Hex3968282D03E3B682c1c
Octal711505055076731505434
Binary11100111010001010001011010111110111011110100010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396828; }

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

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

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

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

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

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

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

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