#316221

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

Shades of Green House #316221

Tints of Green House #316221

Color information

#316221 (or 0x316221) is unknown color: approx Green House. HEX triplet: 31, 62 and 21. RGB value is (49,98,33). Sum of RGB (Red+Green+Blue) = 49+98+33=180 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.22% from 180); Green value is 98 (38.67% from 255 or 54.44% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 98 - color contains mainly: green. Hex color #316221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316221 is #CE9DDE. Grayscale: #4C4C4C. Windows color (decimal): -13540831 or 2187825. OLE color: 2187825.

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

Color convert

RGB499833-
CMYK0.500.660.62
HSL105.23º49.62%25.69%-
HSV(B)105.23º66.33%38.43%-
XYZ5.919.52.96-
YUV75.94103.77108.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.22%
GREEN value IS 98 (38.67% from 255) = 54.44%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=27.22%
G=54.44%
B=18.33%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4998330.500.660.62105.2349.6225.69
Hex316221320423E69321a
Octal6114241620102761516232
Binary110001110001010000111001001000010111110110100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316221; }

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

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

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

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

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

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

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

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