#31692F

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

Shades of San Felix #31692F

Tints of San Felix #31692F

Color information

#31692F (or 0x31692F) is unknown color: approx San Felix. HEX triplet: 31, 69 and 2F. RGB value is (49,105,47). Sum of RGB (Red+Green+Blue) = 49+105+47=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 105 (41.41% from 255 or 52.24% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 105 - color contains mainly: green. Hex color #31692F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31692F is #CE96D0. Grayscale: #515151. Windows color (decimal): -13539025 or 3107121. OLE color: 3107121.

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

Color convert

RGB4910547-
CMYK0.5300.550.59
HSL117.93º38.16%29.8%-
HSV(B)117.93º55.24%41.18%-
XYZ6.8310.964.45-
YUV81.64108.45104.72-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 105 (41.41% from 255) = 52.24%
BLUE value IS 47 (18.75% from 255) = 23.38%
R=24.38%
G=52.24%
B=23.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49105470.5300.550.59117.9338.1629.8
Hex31692F350373B76261e
Octal611515765067731664636
Binary11000111010011011111101010110111111011111011010011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31692F; }

 p { color: rgb(49,105,47); }

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

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

 a { background-color: rgb(49,105,47); }

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

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

 span { border-color: rgb(49,105,47); }

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