#31662C

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

Shades of San Felix #31662C

Tints of San Felix #31662C

Color information

#31662C (or 0x31662C) is unknown color: approx San Felix. HEX triplet: 31, 66 and 2C. RGB value is (49,102,44). Sum of RGB (Red+Green+Blue) = 49+102+44=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 102 (40.23% from 255 or 52.31% from 195); Blue value is 44 (17.58% from 255 or 22.56% from 195); Max value from RGB is 102 - color contains mainly: green. Hex color #31662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31662C is #CE99D3. Grayscale: #4F4F4F. Windows color (decimal): -13539796 or 2909745. OLE color: 2909745.

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

Color convert

RGB4910244-
CMYK0.5200.570.6
HSL114.83º39.73%28.63%-
HSV(B)114.83º56.86%40%-
XYZ6.4710.344.04-
YUV79.54107.94106.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.13%
GREEN value IS 102 (40.23% from 255) = 52.31%
BLUE value IS 44 (17.58% from 255) = 22.56%
R=25.13%
G=52.31%
B=22.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102440.5200.570.6114.8339.7328.63
Hex31662C340393C73281d
Octal611465464071741635035
Binary11000111001101011001101000111001111100111001110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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