#316928

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

Shades of Green House #316928

Tints of Green House #316928

Color information

#316928 (or 0x316928) is unknown color: approx Green House. HEX triplet: 31, 69 and 28. RGB value is (49,105,40). Sum of RGB (Red+Green+Blue) = 49+105+40=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 105 (41.41% from 255 or 54.12% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 105 - color contains mainly: green. Hex color #316928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316928 is #CE96D7. Grayscale: #515151. Windows color (decimal): -13539032 or 2648369. OLE color: 2648369.

HSL color Cylindrical-coordinate representation of color #316928: hue angle of 111.69º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #316928 is Cyan = 0.53, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB4910540-
CMYK0.5300.620.59
HSL111.69º44.83%28.43%-
HSV(B)111.69º61.9%41.18%-
XYZ6.710.913.76-
YUV80.85104.95105.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 105 (41.41% from 255) = 54.12%
BLUE value IS 40 (16.02% from 255) = 20.62%
R=25.26%
G=54.12%
B=20.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105400.5300.620.59111.6944.8328.43
Hex3169283503E3B702d1c
Octal611515065076731605534
Binary11000111010011010001101010111110111011111000010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316928; }

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

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

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

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

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

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

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

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