#316625

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

Shades of Green House #316625

Tints of Green House #316625

Color information

#316625 (or 0x316625) is unknown color: approx Green House. HEX triplet: 31, 66 and 25. RGB value is (49,102,37). Sum of RGB (Red+Green+Blue) = 49+102+37=188 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.06% from 188); Green value is 102 (40.23% from 255 or 54.26% from 188); Blue value is 37 (14.84% from 255 or 19.68% from 188); Max value from RGB is 102 - color contains mainly: green. Hex color #316625 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316625 is #CE99DA. Grayscale: #4E4E4E. Windows color (decimal): -13539803 or 2450993. OLE color: 2450993.

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

Color convert

RGB4910237-
CMYK0.5200.640.6
HSL108.92º46.76%27.25%-
HSV(B)108.92º63.73%40%-
XYZ6.3510.293.4-
YUV78.74104.44106.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.06%
GREEN value IS 102 (40.23% from 255) = 54.26%
BLUE value IS 37 (14.84% from 255) = 19.68%
R=26.06%
G=54.26%
B=19.68%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102370.5200.640.6108.9246.7627.25
Hex316625340403C6d2f1b
Octal6114645640100741555733
Binary110001110011010010111010001000000111100110110110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316625; }

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

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

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

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

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

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

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

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