#316B29

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

Shades of San Felix #316B29

Tints of San Felix #316B29

Color information

#316B29 (or 0x316B29) is unknown color: approx San Felix. HEX triplet: 31, 6B and 29. RGB value is (49,107,41). Sum of RGB (Red+Green+Blue) = 49+107+41=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 107 (42.19% from 255 or 54.31% from 197); Blue value is 41 (16.41% from 255 or 20.81% from 197); Max value from RGB is 107 - color contains mainly: green. Hex color #316B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B29 is #CE94D6. Grayscale: #525252. Windows color (decimal): -13538519 or 2714417. OLE color: 2714417.

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

Color convert

RGB4910741-
CMYK0.5400.620.58
HSL112.73º44.59%29.02%-
HSV(B)112.73º61.68%41.96%-
XYZ6.9211.333.92-
YUV82.13104.78104.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.87%
GREEN value IS 107 (42.19% from 255) = 54.31%
BLUE value IS 41 (16.41% from 255) = 20.81%
R=24.87%
G=54.31%
B=20.81%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49107410.5400.620.58112.7344.5929.02
Hex316B293603E3A712d1d
Octal611535166076721615535
Binary11000111010111010011101100111110111010111000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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