#396328

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

Shades of Green House #396328

Tints of Green House #396328

Color information

#396328 (or 0x396328) is unknown color: approx Green House. HEX triplet: 39, 63 and 28. RGB value is (57,99,40). Sum of RGB (Red+Green+Blue) = 57+99+40=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 99 (39.06% from 255 or 50.51% from 196); Blue value is 40 (16.02% from 255 or 20.41% from 196); Max value from RGB is 99 - color contains mainly: green. Hex color #396328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396328 is #C69CD7. Grayscale: #4F4F4F. Windows color (decimal): -13016280 or 2646841. OLE color: 2646841.

HSL color Cylindrical-coordinate representation of color #396328: hue angle of 102.71º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #396328 is Cyan = 0.42, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB579940-
CMYK0.4200.600.61
HSL102.71º42.45%27.25%-
HSV(B)102.71º59.6%38.82%-
XYZ6.539.953.58-
YUV79.72105.59111.8-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 99 (39.06% from 255) = 50.51%
BLUE value IS 40 (16.02% from 255) = 20.41%
R=29.08%
G=50.51%
B=20.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5799400.4200.600.61102.7142.4527.25
Hex3963282A03C3D672a1b
Octal711435052074751475233
Binary11100111000111010001010100111100111101110011110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396328; }

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

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

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

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

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

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

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

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