Html Css Color HEX #317140 San Felix

📋 copy color: '#317140'

red 49 ◦ green 113 ◦ blue 64

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

Shades of San Felix #317140

Tints of San Felix #317140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.32%

R = 21.68%
G = 50%
B = 28.32%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.56

RGB Variations

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

Color information

#317140 (or 0x317140) is known color: San Felix. HEX triplet: 31, 71 and 40. RGB value is (49,113,64). Sum of RGB (Red+Green+Blue) = 49+113+64=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #317140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317140 is #CE8EBF. Grayscale: #585858. Windows color (decimal): -13536960 or 4223281. OLE color: 4223281.

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

Color convert

RGB 49 113 64 -
CMYK 0.57 0 0.43 0.56
HSL 134.06º 0.4% 0.32% -
HSV(B) 134.06º 0.57% 0.44% -
XYZ 8.1 12.83 6.9 -
YUV 88.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 49 113 64 0.57 0 0.43 0.56 134.06 0.4 0.32
Hex 31 71 40 39 0 2B 38 86 28 20
Octal 61 161 100 71 0 53 70 206 50 40
Binary 110001 1110001 1000000 111001 0 101011 111000 10000110 101000 100000

Color Harmonies of #317140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317140

Black with #317140

Text Example


Text Example

White with #317140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317140; }

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

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

background-color css

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

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

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

border-color css

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

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

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