#316F3A

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

Shades of San Felix #316F3A

Tints of San Felix #316F3A

Color information

#316F3A (or 0x316F3A) is unknown color: approx San Felix. HEX triplet: 31, 6F and 3A. RGB value is (49,111,58). Sum of RGB (Red+Green+Blue) = 49+111+58=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #316F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316F3A is #CE90C5. Grayscale: #565656. Windows color (decimal): -13537478 or 3829553. OLE color: 3829553.

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

Color convert

RGB4911158-
CMYK0.5600.480.56
HSL128.71º38.75%31.37%-
HSV(B)128.71º55.86%43.53%-
XYZ7.7112.335.98-
YUV86.42111.96101.31-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 58 (23.05% from 255) = 26.61%
R=22.48%
G=50.92%
B=26.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49111580.5600.480.56128.7138.7531.37
Hex316F3A380303881271f
Octal611577270060702014737
Binary110001110111111101011100001100001110001000000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,111,58); }

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

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

 a { background-color: rgb(49,111,58); }

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

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

 span { border-color: rgb(49,111,58); }

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