#31703B

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

Shades of San Felix #31703B

Tints of San Felix #31703B

Color information

#31703B (or 0x31703B) is unknown color: approx San Felix. HEX triplet: 31, 70 and 3B. RGB value is (49,112,59). Sum of RGB (Red+Green+Blue) = 49+112+59=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 112 (44.14% from 255 or 50.91% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 112 - color contains mainly: green. Hex color #31703B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31703B is #CE8FC4. Grayscale: #575757. Windows color (decimal): -13537221 or 3895345. OLE color: 3895345.

HSL color Cylindrical-coordinate representation of color #31703B: hue angle of 129.52º 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 #31703B is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB4911259-
CMYK0.5600.470.56
HSL129.52º39.13%31.57%-
HSV(B)129.52º56.25%43.92%-
XYZ7.8512.566.15-
YUV87.12112.13100.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 112 (44.14% from 255) = 50.91%
BLUE value IS 59 (23.44% from 255) = 26.82%
R=22.27%
G=50.91%
B=26.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49112590.5600.470.56129.5239.1331.57
Hex31703B3802F38822720
Octal611607370057702024740
Binary1100011110000111011111000010111111100010000010100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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