Html Css Color HEX #316835 San Felix

📋 copy color: '#316835'

red 49 ◦ green 104 ◦ blue 53

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

Shades of San Felix #316835

Tints of San Felix #316835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 25.73%

R = 23.79%
G = 50.49%
B = 25.73%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#316835 (or 0x316835) is known color: San Felix. HEX triplet: 31, 68 and 35. RGB value is (49,104,53). Sum of RGB (Red+Green+Blue) = 49+104+53=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 53 (21.09% from 255 or 25.73% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #316835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316835 is #CE97CA. Grayscale: #515151. Windows color (decimal): -13539275 or 3500081. OLE color: 3500081.

HSL color Cylindrical-coordinate representation of color #316835: hue angle of 124.36º 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 #316835 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 49 104 53 -
CMYK 0.53 0 0.49 0.59
HSL 124.36º 0.36% 0.3% -
HSV(B) 124.36º 0.53% 0.41% -
XYZ 6.86 10.81 5.09 -
YUV 81.74 111.78 104.65 -
System Red Green Blue C M Y K H S L
Decimal 49 104 53 0.53 0 0.49 0.59 124.36 0.36 0.3
Hex 31 68 35 35 0 31 3B 7C 24 1E
Octal 61 150 65 65 0 61 73 174 44 36
Binary 110001 1101000 110101 110101 0 110001 111011 1111100 100100 11110

Color Harmonies of #316835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316835

Black with #316835

Text Example


Text Example

White with #316835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316835; }

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

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

background-color css

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

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

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

border-color css

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

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

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