#31703E

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

Shades of San Felix #31703E

Tints of San Felix #31703E

Color information

#31703E (or 0x31703E) is unknown color: approx San Felix. HEX triplet: 31, 70 and 3E. RGB value is (49,112,62). Sum of RGB (Red+Green+Blue) = 49+112+62=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 112 (44.14% from 255 or 50.22% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 112 - color contains mainly: green. Hex color #31703E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31703E is #CE8FC1. Grayscale: #575757. Windows color (decimal): -13537218 or 4091953. OLE color: 4091953.

HSL color Cylindrical-coordinate representation of color #31703E: hue angle of 132.38º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31703E is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB4911262-
CMYK0.5600.450.56
HSL132.38º39.13%31.57%-
HSV(B)132.38º56.25%43.92%-
XYZ7.9312.596.57-
YUV87.46113.63100.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 112 (44.14% from 255) = 50.22%
BLUE value IS 62 (24.61% from 255) = 27.80%
R=21.97%
G=50.22%
B=27.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112620.5600.450.56132.3839.1331.57
Hex31703E3802D38842720
Octal611607670055702044740
Binary1100011110000111110111000010110111100010000100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31703E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,112,62); }

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

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

 a { background-color: rgb(49,112,62); }

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

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

 span { border-color: rgb(49,112,62); }

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