Html Css Color HEX #317039 San Felix

📋 copy color: '#317039'

red 49 ◦ green 112 ◦ blue 57

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

Shades of San Felix #317039

Tints of San Felix #317039

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.38%

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

R = 22.48%
G = 51.38%
B = 26.15%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.49

 K value IS 0.56

RGB Variations

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

Color information

#317039 (or 0x317039) is known color: San Felix. HEX triplet: 31, 70 and 39. RGB value is (49,112,57). Sum of RGB (Red+Green+Blue) = 49+112+57=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #317039 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317039 is #CE8FC6. Grayscale: #575757. Windows color (decimal): -13537223 or 3764273. OLE color: 3764273.

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

Color convert

RGB 49 112 57 -
CMYK 0.56 0 0.49 0.56
HSL 127.62º 0.39% 0.32% -
HSV(B) 127.62º 0.56% 0.44% -
XYZ 7.8 12.54 5.88 -
YUV 86.89 111.13 100.97 -
System Red Green Blue C M Y K H S L
Decimal 49 112 57 0.56 0 0.49 0.56 127.62 0.39 0.32
Hex 31 70 39 38 0 31 38 80 27 20
Octal 61 160 71 70 0 61 70 200 47 40
Binary 110001 1110000 111001 111000 0 110001 111000 10000000 100111 100000

Color Harmonies of #317039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317039

Black with #317039

Text Example


Text Example

White with #317039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317039; }

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

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

background-color css

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

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

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

border-color css

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

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

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