#316621

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

Shades of Green House #316621

Tints of Green House #316621

Color information

#316621 (or 0x316621) is unknown color: approx Green House. HEX triplet: 31, 66 and 21. RGB value is (49,102,33). Sum of RGB (Red+Green+Blue) = 49+102+33=184 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.63% from 184); Green value is 102 (40.23% from 255 or 55.43% from 184); Blue value is 33 (13.28% from 255 or 17.93% from 184); Max value from RGB is 102 - color contains mainly: green. Hex color #316621 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316621 is #CE99DE. Grayscale: #4E4E4E. Windows color (decimal): -13539807 or 2188849. OLE color: 2188849.

HSL color Cylindrical-coordinate representation of color #316621: hue angle of 106.09º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #316621 is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB4910233-
CMYK0.5200.680.6
HSL106.09º51.11%26.47%-
HSV(B)106.09º67.65%40%-
XYZ6.2910.273.09-
YUV78.29102.44107.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.63%
GREEN value IS 102 (40.23% from 255) = 55.43%
BLUE value IS 33 (13.28% from 255) = 17.93%
R=26.63%
G=55.43%
B=17.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102330.5200.680.6106.0951.1126.47
Hex316621340443C6a331a
Octal6114641640104741526332
Binary110001110011010000111010001000100111100110101011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316621; }

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

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

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

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

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

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

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

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