Html Css Color HEX #316B35 San Felix

📋 copy color: '#316B35'

red 49 ◦ green 107 ◦ blue 53

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

Shades of San Felix #316B35

Tints of San Felix #316B35

RGB

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

 GREEN value IS 107 (42.19% from 255) = 51.2%

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

R = 23.44%
G = 51.2%
B = 25.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.58

RGB Variations

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

Color information

#316B35 (or 0x316B35) is known color: San Felix. HEX triplet: 31, 6B and 35. RGB value is (49,107,53). Sum of RGB (Red+Green+Blue) = 49+107+53=209 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.44% from 209); Green value is 107 (42.19% from 255 or 51.20% from 209); Blue value is 53 (21.09% from 255 or 25.36% from 209); Max value from RGB is 107 - color contains mainly: green. Hex color #316B35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316B35 is #CE94CA. Grayscale: #535353. Windows color (decimal): -13538507 or 3500849. OLE color: 3500849.

HSL color Cylindrical-coordinate representation of color #316B35: hue angle of 124.14º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #316B35 is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.

Color convert

RGB 49 107 53 -
CMYK 0.54 0 0.50 0.58
HSL 124.14º 0.37% 0.31% -
HSV(B) 124.14º 0.54% 0.42% -
XYZ 7.17 11.43 5.2 -
YUV 83.5 110.78 103.39 -
System Red Green Blue C M Y K H S L
Decimal 49 107 53 0.54 0 0.50 0.58 124.14 0.37 0.31
Hex 31 6B 35 36 0 32 3A 7C 25 1F
Octal 61 153 65 66 0 62 72 174 45 37
Binary 110001 1101011 110101 110110 0 110010 111010 1111100 100101 11111

Color Harmonies of #316B35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316B35

Black with #316B35

Text Example


Text Example

White with #316B35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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