#31692E

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

Shades of San Felix #31692E

Tints of San Felix #31692E

Color information

#31692E (or 0x31692E) is unknown color: approx San Felix. HEX triplet: 31, 69 and 2E. RGB value is (49,105,46). Sum of RGB (Red+Green+Blue) = 49+105+46=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 46 (18.36% from 255 or 23% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #31692E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31692E is #CE96D1. Grayscale: #515151. Windows color (decimal): -13539026 or 3041585. OLE color: 3041585.

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

Color convert

RGB4910546-
CMYK0.5300.560.59
HSL116.95º39.07%29.61%-
HSV(B)116.95º56.19%41.18%-
XYZ6.8110.954.34-
YUV81.53107.95104.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 46 (18.36% from 255) = 23%
R=24.5%
G=52.5%
B=23%

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
Decimal49105460.5300.560.59116.9539.0729.61
Hex31692E350383B75271e
Octal611515665070731654736
Binary11000111010011011101101010111000111011111010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31692E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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