Html Css Color HEX #316D3B San Felix

📋 copy color: '#316D3B'

red 49 ◦ green 109 ◦ blue 59

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

Shades of San Felix #316D3B

Tints of San Felix #316D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 27.19%

R = 22.58%
G = 50.23%
B = 27.19%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.57

RGB Variations

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

Color information

#316D3B (or 0x316D3B) is known color: San Felix. HEX triplet: 31, 6D and 3B. RGB value is (49,109,59). Sum of RGB (Red+Green+Blue) = 49+109+59=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #316D3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D3B is #CE92C4. Grayscale: #555555. Windows color (decimal): -13537989 or 3894577. OLE color: 3894577.

HSL color Cylindrical-coordinate representation of color #316D3B: hue angle of 130º 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 #316D3B is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.57.

Color convert

RGB 49 109 59 -
CMYK 0.55 0 0.46 0.57
HSL 130º 0.38% 0.31% -
HSV(B) 130º 0.55% 0.43% -
XYZ 7.52 11.91 6.04 -
YUV 85.36 113.12 102.07 -
System Red Green Blue C M Y K H S L
Decimal 49 109 59 0.55 0 0.46 0.57 130 0.38 0.31
Hex 31 6D 3B 37 0 2E 39 82 26 1F
Octal 61 155 73 67 0 56 71 202 46 37
Binary 110001 1101101 111011 110111 0 101110 111001 10000010 100110 11111

Color Harmonies of #316D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D3B

Black with #316D3B

Text Example


Text Example

White with #316D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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