Html Css Color HEX #31703D San Felix

📋 copy color: '#31703D'

red 49 ◦ green 112 ◦ blue 61

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

Shades of San Felix #31703D

Tints of San Felix #31703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 22.07%
G = 50.45%
B = 27.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#31703D (or 0x31703D) is known color: San Felix. HEX triplet: 31, 70 and 3D. RGB value is (49,112,61). Sum of RGB (Red+Green+Blue) = 49+112+61=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #31703D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31703D is #CE8FC2. Grayscale: #575757. Windows color (decimal): -13537219 or 4026417. OLE color: 4026417.

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

Color convert

RGB 49 112 61 -
CMYK 0.56 0 0.46 0.56
HSL 131.43º 0.39% 0.32% -
HSV(B) 131.43º 0.56% 0.44% -
XYZ 7.9 12.58 6.43 -
YUV 87.35 113.13 100.65 -
System Red Green Blue C M Y K H S L
Decimal 49 112 61 0.56 0 0.46 0.56 131.43 0.39 0.32
Hex 31 70 3D 38 0 2E 38 83 27 20
Octal 61 160 75 70 0 56 70 203 47 40
Binary 110001 1110000 111101 111000 0 101110 111000 10000011 100111 100000

Color Harmonies of #31703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31703D

Black with #31703D

Text Example


Text Example

White with #31703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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