#316322

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

Shades of Green House #316322

Tints of Green House #316322

Color information

#316322 (or 0x316322) is unknown color: approx Green House. HEX triplet: 31, 63 and 22. RGB value is (49,99,34). Sum of RGB (Red+Green+Blue) = 49+99+34=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 99 (39.06% from 255 or 54.40% from 182); Blue value is 34 (13.67% from 255 or 18.68% from 182); Max value from RGB is 99 - color contains mainly: green. Hex color #316322 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316322 is #CE9CDD. Grayscale: #4C4C4C. Windows color (decimal): -13540574 or 2253617. OLE color: 2253617.

HSL color Cylindrical-coordinate representation of color #316322: hue angle of 106.15º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #316322 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB499934-
CMYK0.5100.660.61
HSL106.15º48.87%26.08%-
HSV(B)106.15º65.66%38.82%-
XYZ6.029.693.07-
YUV76.64103.94108.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 99 (39.06% from 255) = 54.40%
BLUE value IS 34 (13.67% from 255) = 18.68%
R=26.92%
G=54.40%
B=18.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999340.5100.660.61106.1548.8726.08
Hex316322330423D6a311a
Octal6114342630102751526132
Binary110001110001110001011001101000010111101110101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316322; }

 p { color: rgb(49,99,34); }

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

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

 a { background-color: rgb(49,99,34); }

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

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

 span { border-color: rgb(49,99,34); }

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