Html Css Color HEX #316D3A San Felix

📋 copy color: '#316D3A'

red 49 ◦ green 109 ◦ blue 58

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

Shades of San Felix #316D3A

Tints of San Felix #316D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 26.85%

R = 22.69%
G = 50.46%
B = 26.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.57

RGB Variations

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

Color information

#316D3A (or 0x316D3A) is known color: San Felix. HEX triplet: 31, 6D and 3A. RGB value is (49,109,58). Sum of RGB (Red+Green+Blue) = 49+109+58=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 109 (42.97% from 255 or 50.46% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 109 - color contains mainly: green. Hex color #316D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #316D3A is #CE92C5. Grayscale: #555555. Windows color (decimal): -13537990 or 3829041. OLE color: 3829041.

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

Color convert

RGB 49 109 58 -
CMYK 0.55 0 0.47 0.57
HSL 129º 0.38% 0.31% -
HSV(B) 129º 0.55% 0.43% -
XYZ 7.5 11.9 5.9 -
YUV 85.25 112.62 102.15 -
System Red Green Blue C M Y K H S L
Decimal 49 109 58 0.55 0 0.47 0.57 129 0.38 0.31
Hex 31 6D 3A 37 0 2F 39 81 26 1F
Octal 61 155 72 67 0 57 71 201 46 37
Binary 110001 1101101 111010 110111 0 101111 111001 10000001 100110 11111

Color Harmonies of #316D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316D3A

Black with #316D3A

Text Example


Text Example

White with #316D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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