Html Css Color HEX #316D35 San Felix

📋 copy color: '#316D35'

red 49 ◦ green 109 ◦ blue 53

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

Shades of San Felix #316D35

Tints of San Felix #316D35

RGB

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

 GREEN value IS 109 (42.97% from 255) = 51.66%

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

R = 23.22%
G = 51.66%
B = 25.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.57

RGB Variations

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

Color information

#316D35 (or 0x316D35) is known color: San Felix. HEX triplet: 31, 6D and 35. RGB value is (49,109,53). Sum of RGB (Red+Green+Blue) = 49+109+53=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 109 (42.97% from 255 or 51.66% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 109 - color contains mainly: green. Hex color #316D35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D35 is #CE92CA. Grayscale: #545454. Windows color (decimal): -13537995 or 3501361. OLE color: 3501361.

HSL color Cylindrical-coordinate representation of color #316D35: hue angle of 124º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #316D35 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 109 53 -
CMYK 0.55 0 0.51 0.57
HSL 124º 0.38% 0.31% -
HSV(B) 124º 0.55% 0.43% -
XYZ 7.38 11.85 5.27 -
YUV 84.68 110.12 102.55 -
System Red Green Blue C M Y K H S L
Decimal 49 109 53 0.55 0 0.51 0.57 124 0.38 0.31
Hex 31 6D 35 37 0 33 39 7C 26 1F
Octal 61 155 65 67 0 63 71 174 46 37
Binary 110001 1101101 110101 110111 0 110011 111001 1111100 100110 11111

Color Harmonies of #316D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D35

Black with #316D35

Text Example


Text Example

White with #316D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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