#31682E

Color #31682E San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #31682E

Tints of San Felix #31682E

Color information

#31682E (or 0x31682E) is unknown color: approx San Felix. HEX triplet: 31, 68 and 2E. RGB value is (49,104,46). Sum of RGB (Red+Green+Blue) = 49+104+46=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 104 (41.02% from 255 or 52.26% from 199); Blue value is 46 (18.36% from 255 or 23.12% from 199); Max value from RGB is 104 - color contains mainly: green. Hex color #31682E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31682E is #CE97D1. Grayscale: #515151. Windows color (decimal): -13539282 or 3041329. OLE color: 3041329.

HSL color Cylindrical-coordinate representation of color #31682E: hue angle of 116.9º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31682E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.

Color convert

RGB4910446-
CMYK0.5300.560.59
HSL116.9º38.67%29.41%-
HSV(B)116.9º55.77%40.78%-
XYZ6.7110.754.31-
YUV80.94108.28105.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 104 (41.02% from 255) = 52.26%
BLUE value IS 46 (18.36% from 255) = 23.12%
R=24.62%
G=52.26%
B=23.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104460.5300.560.59116.938.6729.41
Hex31682E350383B75271d
Octal611505665070731654735
Binary11000111010001011101101010111000111011111010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31682E; }

 p { color: rgb(49,104,46); }

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

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

 a { background-color: rgb(49,104,46); }

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

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

 span { border-color: rgb(49,104,46); }

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