Html Css Color HEX #317340 San Felix

📋 copy color: '#317340'

red 49 ◦ green 115 ◦ blue 64

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

Shades of San Felix #317340

Tints of San Felix #317340

RGB

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

 GREEN value IS 115 (45.31% from 255) = 50.44%

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

R = 21.49%
G = 50.44%
B = 28.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#317340 (or 0x317340) is known color: San Felix. HEX triplet: 31, 73 and 40. RGB value is (49,115,64). Sum of RGB (Red+Green+Blue) = 49+115+64=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #317340 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317340 is #CE8CBF. Grayscale: #595959. Windows color (decimal): -13536448 or 4223793. OLE color: 4223793.

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

Color convert

RGB 49 115 64 -
CMYK 0.57 0 0.44 0.55
HSL 133.64º 0.4% 0.32% -
HSV(B) 133.64º 0.57% 0.45% -
XYZ 8.32 13.28 6.98 -
YUV 89.45 113.63 99.15 -
System Red Green Blue C M Y K H S L
Decimal 49 115 64 0.57 0 0.44 0.55 133.64 0.4 0.32
Hex 31 73 40 39 0 2C 37 86 28 20
Octal 61 163 100 71 0 54 67 206 50 40
Binary 110001 1110011 1000000 111001 0 101100 110111 10000110 101000 100000

Color Harmonies of #317340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317340

Black with #317340

Text Example


Text Example

White with #317340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317340; }

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

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

background-color css

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

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

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

border-color css

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

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

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