Html Css Color HEX #316832 San Felix

📋 copy color: '#316832'

red 49 ◦ green 104 ◦ blue 50

#316832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Felix #316832

Tints of San Felix #316832

RGB

 RED value IS 49 (19.53% from 255) = 24.14%

 GREEN value IS 104 (41.02% from 255) = 51.23%

 BLUE value IS 50 (19.92% from 255) = 24.63%

R = 24.14%
G = 51.23%
B = 24.63%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#316832 (or 0x316832) is known color: San Felix. HEX triplet: 31, 68 and 32. RGB value is (49,104,50). Sum of RGB (Red+Green+Blue) = 49+104+50=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 50 (19.92% from 255 or 24.63% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #316832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316832 is #CE97CD. Grayscale: #515151. Windows color (decimal): -13539278 or 3303473. OLE color: 3303473.

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

Color convert

RGB 49 104 50 -
CMYK 0.53 0 0.52 0.59
HSL 121.09º 0.36% 0.3% -
HSV(B) 121.09º 0.53% 0.41% -
XYZ 6.79 10.78 4.74 -
YUV 81.4 110.28 104.89 -
System Red Green Blue C M Y K H S L
Decimal 49 104 50 0.53 0 0.52 0.59 121.09 0.36 0.3
Hex 31 68 32 35 0 34 3B 79 24 1E
Octal 61 150 62 65 0 64 73 171 44 36
Binary 110001 1101000 110010 110101 0 110100 111011 1111001 100100 11110

Color Harmonies of #316832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316832

Black with #316832

Text Example


Text Example

White with #316832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316832; }

 p { color: rgb(49,104,50); }

 H1.HeaderClassName
 {
   color: #316832;
 }
 .AnyTagClassName
 {
   color: #316832;
 }
</style>

background-color css

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

 a { background-color: rgb(49,104,50); }

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

border-color css

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

 span { border-color: rgb(49,104,50); }

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