#396732

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

Shades of Green House #396732

Tints of Green House #396732

Color information

#396732 (or 0x396732) is unknown color: approx Green House. HEX triplet: 39, 67 and 32. RGB value is (57,103,50). Sum of RGB (Red+Green+Blue) = 57+103+50=210 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.14% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #396732 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396732 is #C698CD. Grayscale: #535353. Windows color (decimal): -13015246 or 3303225. OLE color: 3303225.

HSL color Cylindrical-coordinate representation of color #396732: hue angle of 112.08º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #396732 is Cyan = 0.45, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.

Color convert

RGB5710350-
CMYK0.4500.510.60
HSL112.08º34.64%30%-
HSV(B)112.08º51.46%40.39%-
XYZ7.1110.84.73-
YUV83.2109.26109.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.14%
GREEN value IS 103 (40.62% from 255) = 49.05%
BLUE value IS 50 (19.92% from 255) = 23.81%
R=27.14%
G=49.05%
B=23.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal57103500.4500.510.60112.0834.6430
Hex3967322D0333C70231e
Octal711476255063741604336
Binary11100111001111100101011010110011111100111000010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396732; }

 p { color: rgb(57,103,50); }

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

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

 a { background-color: rgb(57,103,50); }

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

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

 span { border-color: rgb(57,103,50); }

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