#31692C

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

Shades of San Felix #31692C

Tints of San Felix #31692C

Color information

#31692C (or 0x31692C) is unknown color: approx San Felix. HEX triplet: 31, 69 and 2C. RGB value is (49,105,44). Sum of RGB (Red+Green+Blue) = 49+105+44=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 105 (41.41% from 255 or 53.03% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 105 - color contains mainly: green. Hex color #31692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31692C is #CE96D3. Grayscale: #515151. Windows color (decimal): -13539028 or 2910513. OLE color: 2910513.

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

Color convert

RGB4910544-
CMYK0.5300.580.59
HSL115.08º40.94%29.22%-
HSV(B)115.08º58.1%41.18%-
XYZ6.7710.944.14-
YUV81.3106.95104.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.75%
GREEN value IS 105 (41.41% from 255) = 53.03%
BLUE value IS 44 (17.58% from 255) = 22.22%
R=24.75%
G=53.03%
B=22.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105440.5300.580.59115.0840.9429.22
Hex31692C3503A3B73291d
Octal611515465072731635135
Binary11000111010011011001101010111010111011111001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31692C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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