Html Css Color HEX #317037 San Felix

📋 copy color: '#317037'

red 49 ◦ green 112 ◦ blue 55

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

Shades of San Felix #317037

Tints of San Felix #317037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 25.46%

R = 22.69%
G = 51.85%
B = 25.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#317037 (or 0x317037) is known color: San Felix. HEX triplet: 31, 70 and 37. RGB value is (49,112,55). Sum of RGB (Red+Green+Blue) = 49+112+55=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 55 (21.88% from 255 or 25.46% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #317037 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #317037 is #CE8FC8. Grayscale: #565656. Windows color (decimal): -13537225 or 3633201. OLE color: 3633201.

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

Color convert

RGB 49 112 55 -
CMYK 0.56 0 0.51 0.56
HSL 125.71º 0.39% 0.32% -
HSV(B) 125.71º 0.56% 0.44% -
XYZ 7.75 12.52 5.62 -
YUV 86.67 110.13 101.13 -
System Red Green Blue C M Y K H S L
Decimal 49 112 55 0.56 0 0.51 0.56 125.71 0.39 0.32
Hex 31 70 37 38 0 33 38 7E 27 20
Octal 61 160 67 70 0 63 70 176 47 40
Binary 110001 1110000 110111 111000 0 110011 111000 1111110 100111 100000

Color Harmonies of #317037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317037

Black with #317037

Text Example


Text Example

White with #317037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317037; }

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

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

background-color css

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

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

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

border-color css

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

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

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