#316328

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

Shades of Green House #316328

Tints of Green House #316328

Color information

#316328 (or 0x316328) is unknown color: approx Green House. HEX triplet: 31, 63 and 28. RGB value is (49,99,40). Sum of RGB (Red+Green+Blue) = 49+99+40=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 40 (16.02% from 255 or 21.28% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #316328 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316328 is #CE9CD7. Grayscale: #4D4D4D. Windows color (decimal): -13540568 or 2646833. OLE color: 2646833.

HSL color Cylindrical-coordinate representation of color #316328: hue angle of 110.85º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #316328 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB499940-
CMYK0.5100.600.61
HSL110.85º42.45%27.25%-
HSV(B)110.85º59.6%38.82%-
XYZ6.119.733.56-
YUV77.32106.94107.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 99 (39.06% from 255) = 52.66%
BLUE value IS 40 (16.02% from 255) = 21.28%
R=26.06%
G=52.66%
B=21.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4999400.5100.600.61110.8542.4527.25
Hex3163283303C3D6f2a1b
Octal611435063074751575233
Binary11000111000111010001100110111100111101110111110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316328; }

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

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

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

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

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

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

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

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