#396231

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

Shades of Green House #396231

Tints of Green House #396231

Color information

#396231 (or 0x396231) is unknown color: approx Green House. HEX triplet: 39, 62 and 31. RGB value is (57,98,49). Sum of RGB (Red+Green+Blue) = 57+98+49=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 98 (38.67% from 255 or 48.04% from 204); Blue value is 49 (19.53% from 255 or 24.02% from 204); Max value from RGB is 98 - color contains mainly: green. Hex color #396231 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #396231 is #C69DCE. Grayscale: #505050. Windows color (decimal): -13016527 or 3236409. OLE color: 3236409.

HSL color Cylindrical-coordinate representation of color #396231: hue angle of 110.2º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #396231 is Cyan = 0.42, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB579849-
CMYK0.4200.50.62
HSL110.2º33.33%28.82%-
HSV(B)110.2º50%38.43%-
XYZ6.619.834.45-
YUV80.15110.42111.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 98 (38.67% from 255) = 48.04%
BLUE value IS 49 (19.53% from 255) = 24.02%
R=27.94%
G=48.04%
B=24.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5798490.4200.50.62110.233.3328.82
Hex3962312A0323E6e211d
Octal711426152062761564135
Binary11100111000101100011010100110010111110110111010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #396231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #396231; }

 p { color: rgb(57,98,49); }

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

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

 a { background-color: rgb(57,98,49); }

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

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

 span { border-color: rgb(57,98,49); }

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