#316519

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

Shades of Green House #316519

Tints of Green House #316519

Color information

#316519 (or 0x316519) is unknown color: approx Green House. HEX triplet: 31, 65 and 19. RGB value is (49,101,25). Sum of RGB (Red+Green+Blue) = 49+101+25=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 101 (39.84% from 255 or 57.71% from 175); Blue value is 25 (10.16% from 255 or 14.29% from 175); Max value from RGB is 101 - color contains mainly: green. Hex color #316519 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #316519 is #CE9AE6. Grayscale: #4D4D4D. Windows color (decimal): -13540071 or 1664305. OLE color: 1664305.

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

Color convert

RGB4910125-
CMYK0.5100.750.60
HSL101.05º60.32%24.71%-
HSV(B)101.05º75.25%39.61%-
XYZ6.110.032.53-
YUV76.7998.77108.18-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 101 (39.84% from 255) = 57.71%
BLUE value IS 25 (10.16% from 255) = 14.29%
R=28%
G=57.71%
B=14.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101250.5100.750.60101.0560.3224.71
Hex3165193304B3C653c19
Octal6114531630113741457431
Binary11000111001011100111001101001011111100110010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316519; }

 p { color: rgb(49,101,25); }

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

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

 a { background-color: rgb(49,101,25); }

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

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

 span { border-color: rgb(49,101,25); }

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