#396826

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

Shades of Green House #396826

Tints of Green House #396826

Color information

#396826 (or 0x396826) is unknown color: approx Green House. HEX triplet: 39, 68 and 26. RGB value is (57,104,38). Sum of RGB (Red+Green+Blue) = 57+104+38=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 38 (15.23% from 255 or 19.10% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #396826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396826 is #C697D9. Grayscale: #525252. Windows color (decimal): -13015002 or 2517049. OLE color: 2517049.

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

Color convert

RGB5710438-
CMYK0.4500.630.59
HSL102.73º46.48%27.84%-
HSV(B)102.73º63.46%40.78%-
XYZ6.9910.913.57-
YUV82.42102.93109.87-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.64%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 38 (15.23% from 255) = 19.10%
R=28.64%
G=52.26%
B=19.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal57104380.4500.630.59102.7346.4827.84
Hex3968262D03F3B672e1c
Octal711504655077731475634
Binary11100111010001001101011010111111111011110011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396826; }

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

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

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

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

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

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

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

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