#31682B

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

Shades of San Felix #31682B

Tints of San Felix #31682B

Color information

#31682B (or 0x31682B) is unknown color: approx San Felix. HEX triplet: 31, 68 and 2B. RGB value is (49,104,43). Sum of RGB (Red+Green+Blue) = 49+104+43=196 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25% from 196); Green value is 104 (41.02% from 255 or 53.06% from 196); Blue value is 43 (17.19% from 255 or 21.94% from 196); Max value from RGB is 104 - color contains mainly: green. Hex color #31682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31682B is #CE97D4. Grayscale: #505050. Windows color (decimal): -13539285 or 2844721. OLE color: 2844721.

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

Color convert

RGB4910443-
CMYK0.5300.590.59
HSL114.1º41.5%28.82%-
HSV(B)114.1º58.65%40.78%-
XYZ6.6510.734.01-
YUV80.6106.78105.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25%
GREEN value IS 104 (41.02% from 255) = 53.06%
BLUE value IS 43 (17.19% from 255) = 21.94%
R=25%
G=53.06%
B=21.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104430.5300.590.59114.141.528.82
Hex31682B3503B3B72291d
Octal611505365073731625135
Binary11000111010001010111101010111011111011111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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