#31652C

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

Shades of San Felix #31652C

Tints of San Felix #31652C

Color information

#31652C (or 0x31652C) is unknown color: approx San Felix. HEX triplet: 31, 65 and 2C. RGB value is (49,101,44). Sum of RGB (Red+Green+Blue) = 49+101+44=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 101 (39.84% from 255 or 52.06% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 101 - color contains mainly: green. Hex color #31652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31652C is #CE9AD3. Grayscale: #4F4F4F. Windows color (decimal): -13540052 or 2909489. OLE color: 2909489.

HSL color Cylindrical-coordinate representation of color #31652C: hue angle of 114.74º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #31652C is Cyan = 0.51, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.

Color convert

RGB4910144-
CMYK0.5100.560.60
HSL114.74º39.31%28.43%-
HSV(B)114.74º56.44%39.61%-
XYZ6.3710.144-
YUV78.95108.27106.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 101 (39.84% from 255) = 52.06%
BLUE value IS 44 (17.58% from 255) = 22.68%
R=25.26%
G=52.06%
B=22.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal49101440.5100.560.60114.7439.3128.43
Hex31652C330383C73271c
Octal611455463070741634734
Binary11000111001011011001100110111000111100111001110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31652C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31652C; }

 p { color: rgb(49,101,44); }

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

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

 a { background-color: rgb(49,101,44); }

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

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

 span { border-color: rgb(49,101,44); }

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