#316B36

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

Shades of San Felix #316B36

Tints of San Felix #316B36

Color information

#316B36 (or 0x316B36) is unknown color: approx San Felix. HEX triplet: 31, 6B and 36. RGB value is (49,107,54). Sum of RGB (Red+Green+Blue) = 49+107+54=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 107 (42.19% from 255 or 50.95% from 210); Blue value is 54 (21.48% from 255 or 25.71% from 210); Max value from RGB is 107 - color contains mainly: green. Hex color #316B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B36 is #CE94C9. Grayscale: #535353. Windows color (decimal): -13538506 or 3566385. OLE color: 3566385.

HSL color Cylindrical-coordinate representation of color #316B36: hue angle of 125.17º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B36 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB4910754-
CMYK0.5400.500.58
HSL125.17º37.18%30.59%-
HSV(B)125.17º54.21%41.96%-
XYZ7.1911.435.32-
YUV83.62111.28103.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 107 (42.19% from 255) = 50.95%
BLUE value IS 54 (21.48% from 255) = 25.71%
R=23.33%
G=50.95%
B=25.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107540.5400.500.58125.1737.1830.59
Hex316B36360323A7d251f
Octal611536666062721754537
Binary11000111010111101101101100110010111010111110110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316B36; }

 p { color: rgb(49,107,54); }

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

<style>
 a { background-color: #316B36; }

 a { background-color: rgb(49,107,54); }

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

<style>
 span { border-color: #316B36; }

 span { border-color: rgb(49,107,54); }

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