Html Css Color HEX #317139 San Felix

📋 copy color: '#317139'

red 49 ◦ green 113 ◦ blue 57

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

Shades of San Felix #317139

Tints of San Felix #317139

RGB

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

 GREEN value IS 113 (44.53% from 255) = 51.6%

 BLUE value IS 57 (22.66% from 255) = 26.03%

R = 22.37%
G = 51.6%
B = 26.03%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#317139 (or 0x317139) is known color: San Felix. HEX triplet: 31, 71 and 39. RGB value is (49,113,57). Sum of RGB (Red+Green+Blue) = 49+113+57=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 113 (44.53% from 255 or 51.60% from 219); Blue value is 57 (22.66% from 255 or 26.03% from 219); Max value from RGB is 113 - color contains mainly: green. Hex color #317139 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317139 is #CE8EC6. Grayscale: #575757. Windows color (decimal): -13536967 or 3764529. OLE color: 3764529.

HSL color Cylindrical-coordinate representation of color #317139: hue angle of 127.5º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #317139 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 57 -
CMYK 0.57 0 0.50 0.56
HSL 127.5º 0.4% 0.32% -
HSV(B) 127.5º 0.57% 0.44% -
XYZ 7.91 12.76 5.92 -
YUV 87.48 110.8 100.55 -
System Red Green Blue C M Y K H S L
Decimal 49 113 57 0.57 0 0.50 0.56 127.5 0.4 0.32
Hex 31 71 39 39 0 32 38 80 28 20
Octal 61 161 71 71 0 62 70 200 50 40
Binary 110001 1110001 111001 111001 0 110010 111000 10000000 101000 100000

Color Harmonies of #317139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317139

Black with #317139

Text Example


Text Example

White with #317139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317139; }

 p { color: rgb(49,113,57); }

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

background-color css

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

 a { background-color: rgb(49,113,57); }

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

border-color css

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

 span { border-color: rgb(49,113,57); }

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