#396827

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

Shades of Green House #396827

Tints of Green House #396827

Color information

#396827 (or 0x396827) is unknown color: approx Green House. HEX triplet: 39, 68 and 27. RGB value is (57,104,39). Sum of RGB (Red+Green+Blue) = 57+104+39=200 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.5% from 200); Green value is 104 (41.02% from 255 or 52% from 200); Blue value is 39 (15.62% from 255 or 19.5% from 200); Max value from RGB is 104 - color contains mainly: green. Hex color #396827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396827 is #C697D8. Grayscale: #525252. Windows color (decimal): -13015001 or 2582585. OLE color: 2582585.

HSL color Cylindrical-coordinate representation of color #396827: hue angle of 103.38º degrees, saturation: 0.45, 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 #396827 is Cyan = 0.45, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB5710439-
CMYK0.4500.620.59
HSL103.38º45.45%28.04%-
HSV(B)103.38º62.5%40.78%-
XYZ710.923.66-
YUV82.54103.43109.79-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.5%
GREEN value IS 104 (41.02% from 255) = 52%
BLUE value IS 39 (15.62% from 255) = 19.5%
R=28.5%
G=52%
B=19.5%

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
Decimal57104390.4500.620.59103.3845.4528.04
Hex3968272D03E3B672d1c
Octal711504755076731475534
Binary11100111010001001111011010111110111011110011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396827; }

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

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

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

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

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

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

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

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