#316628

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

Shades of Green House #316628

Tints of Green House #316628

Color information

#316628 (or 0x316628) is unknown color: approx Green House. HEX triplet: 31, 66 and 28. RGB value is (49,102,40). Sum of RGB (Red+Green+Blue) = 49+102+40=191 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.65% from 191); Green value is 102 (40.23% from 255 or 53.40% from 191); Blue value is 40 (16.02% from 255 or 20.94% from 191); Max value from RGB is 102 - color contains mainly: green. Hex color #316628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316628 is #CE99D7. Grayscale: #4F4F4F. Windows color (decimal): -13539800 or 2647601. OLE color: 2647601.

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

Color convert

RGB4910240-
CMYK0.5200.610.6
HSL111.29º43.66%27.84%-
HSV(B)111.29º60.78%40%-
XYZ6.410.313.66-
YUV79.08105.94106.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.65%
GREEN value IS 102 (40.23% from 255) = 53.40%
BLUE value IS 40 (16.02% from 255) = 20.94%
R=25.65%
G=53.40%
B=20.94%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102400.5200.610.6111.2943.6627.84
Hex3166283403D3C6f2c1c
Octal611465064075741575434
Binary11000111001101010001101000111101111100110111110110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316628; }

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

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

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

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

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

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

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

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