#316821

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

Shades of Green House #316821

Tints of Green House #316821

Color information

#316821 (or 0x316821) is unknown color: approx Green House. HEX triplet: 31, 68 and 21. RGB value is (49,104,33). Sum of RGB (Red+Green+Blue) = 49+104+33=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 104 (41.02% from 255 or 55.91% from 186); Blue value is 33 (13.28% from 255 or 17.74% from 186); Max value from RGB is 104 - color contains mainly: green. Hex color #316821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316821 is #CE97DE. Grayscale: #4F4F4F. Windows color (decimal): -13539295 or 2189361. OLE color: 2189361.

HSL color Cylindrical-coordinate representation of color #316821: hue angle of 106.48º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316821 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB4910433-
CMYK0.5300.680.59
HSL106.48º51.82%26.86%-
HSV(B)106.48º68.27%40.78%-
XYZ6.4910.663.15-
YUV79.46101.78106.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 104 (41.02% from 255) = 55.91%
BLUE value IS 33 (13.28% from 255) = 17.74%
R=26.34%
G=55.91%
B=17.74%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104330.5300.680.59106.4851.8226.86
Hex316821350443B6a341b
Octal6115041650104731526433
Binary110001110100010000111010101000100111011110101011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316821; }

 p { color: rgb(49,104,33); }

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

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

 a { background-color: rgb(49,104,33); }

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

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

 span { border-color: rgb(49,104,33); }

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