Html Css Color HEX #31713E San Felix

📋 copy color: '#31713E'

red 49 ◦ green 113 ◦ blue 62

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

Shades of San Felix #31713E

Tints of San Felix #31713E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.68%

R = 21.88%
G = 50.45%
B = 27.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#31713E (or 0x31713E) is known color: San Felix. HEX triplet: 31, 71 and 3E. RGB value is (49,113,62). Sum of RGB (Red+Green+Blue) = 49+113+62=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 113 (44.53% from 255 or 50.45% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 113 - color contains mainly: green. Hex color #31713E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31713E is #CE8EC1. Grayscale: #585858. Windows color (decimal): -13536962 or 4092209. OLE color: 4092209.

HSL color Cylindrical-coordinate representation of color #31713E: hue angle of 132.19º 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 #31713E is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 49 113 62 -
CMYK 0.57 0 0.45 0.56
HSL 132.19º 0.4% 0.32% -
HSV(B) 132.19º 0.57% 0.44% -
XYZ 8.04 12.81 6.61 -
YUV 88.05 113.3 100.15 -
System Red Green Blue C M Y K H S L
Decimal 49 113 62 0.57 0 0.45 0.56 132.19 0.4 0.32
Hex 31 71 3E 39 0 2D 38 84 28 20
Octal 61 161 76 71 0 55 70 204 50 40
Binary 110001 1110001 111110 111001 0 101101 111000 10000100 101000 100000

Color Harmonies of #31713E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31713E

Black with #31713E

Text Example


Text Example

White with #31713E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31713E; }

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

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

background-color css

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

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

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

border-color css

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

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

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