#316633

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

Shades of San Felix #316633

Tints of San Felix #316633

Color information

#316633 (or 0x316633) is unknown color: approx San Felix. HEX triplet: 31, 66 and 33. RGB value is (49,102,51). Sum of RGB (Red+Green+Blue) = 49+102+51=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 102 (40.23% from 255 or 50.50% from 202); Blue value is 51 (20.31% from 255 or 25.25% from 202); Max value from RGB is 102 - color contains mainly: green. Hex color #316633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316633 is #CE99CC. Grayscale: #505050. Windows color (decimal): -13539789 or 3368497. OLE color: 3368497.

HSL color Cylindrical-coordinate representation of color #316633: hue angle of 122.26º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #316633 is Cyan = 0.52, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.6.

Color convert

RGB4910251-
CMYK0.5200.50.6
HSL122.26º35.1%29.61%-
HSV(B)122.26º51.96%40%-
XYZ6.6210.394.79-
YUV80.34111.44105.65-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 102 (40.23% from 255) = 50.50%
BLUE value IS 51 (20.31% from 255) = 25.25%
R=24.26%
G=50.50%
B=25.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49102510.5200.50.6122.2635.129.61
Hex316633340323C7a231e
Octal611466364062741724336
Binary11000111001101100111101000110010111100111101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #316633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #316633; }

 p { color: rgb(49,102,51); }

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

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

 a { background-color: rgb(49,102,51); }

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

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

 span { border-color: rgb(49,102,51); }

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