#316834

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

Shades of San Felix #316834

Tints of San Felix #316834

Color information

#316834 (or 0x316834) is unknown color: approx San Felix. HEX triplet: 31, 68 and 34. RGB value is (49,104,52). Sum of RGB (Red+Green+Blue) = 49+104+52=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 52 (20.70% from 255 or 25.37% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #316834 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316834 is #CE97CB. Grayscale: #515151. Windows color (decimal): -13539276 or 3434545. OLE color: 3434545.

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

Color convert

RGB4910452-
CMYK0.5300.500.59
HSL123.27º35.95%30%-
HSV(B)123.27º52.88%40.78%-
XYZ6.8410.84.97-
YUV81.63111.28104.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 104 (41.02% from 255) = 50.73%
BLUE value IS 52 (20.70% from 255) = 25.37%
R=23.90%
G=50.73%
B=25.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49104520.5300.500.59123.2735.9530
Hex316834350323B7b241e
Octal611506465062731734436
Binary11000111010001101001101010110010111011111101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316834; }

 p { color: rgb(49,104,52); }

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

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

 a { background-color: rgb(49,104,52); }

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

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

 span { border-color: rgb(49,104,52); }

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