#396028

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

Shades of Green House #396028

Tints of Green House #396028

Color information

#396028 (or 0x396028) is unknown color: approx Green House. HEX triplet: 39, 60 and 28. RGB value is (57,96,40). Sum of RGB (Red+Green+Blue) = 57+96+40=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 40 (16.02% from 255 or 20.73% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #396028 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396028 is #C69FD7. Grayscale: #4E4E4E. Windows color (decimal): -13017048 or 2646073. OLE color: 2646073.

HSL color Cylindrical-coordinate representation of color #396028: hue angle of 101.79º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #396028 is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB579640-
CMYK0.4100.580.62
HSL101.79º41.18%26.67%-
HSV(B)101.79º58.33%37.65%-
XYZ6.259.393.49-
YUV77.96106.58113.05-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 96 (37.89% from 255) = 49.74%
BLUE value IS 40 (16.02% from 255) = 20.73%
R=29.53%
G=49.74%
B=20.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5796400.4100.580.62101.7941.1826.67
Hex3960282903A3E66291b
Octal711405051072761465133
Binary11100111000001010001010010111010111110110011010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396028; }

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

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

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

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

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

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

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

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