Html Css Color HEX #316250 Spectra

📋 copy color: '#316250'

red 49 ◦ green 98 ◦ blue 80

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

Shades of Spectra #316250

Tints of Spectra #316250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.17%

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 21.59%
G = 43.17%
B = 35.24%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#316250 (or 0x316250) is known color: Spectra. HEX triplet: 31, 62 and 50. RGB value is (49,98,80). Sum of RGB (Red+Green+Blue) = 49+98+80=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #316250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316250 is #CE9DAF. Grayscale: #515151. Windows color (decimal): -13540784 or 5268017. OLE color: 5268017.

HSL color Cylindrical-coordinate representation of color #316250: hue angle of 157.96º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #316250 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 49 98 80 -
CMYK 0.5 0 0.18 0.62
HSL 157.96º 0.33% 0.29% -
HSV(B) 157.96º 0.5% 0.38% -
XYZ 7.08 9.97 9.14 -
YUV 81.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 49 98 80 0.5 0 0.18 0.62 157.96 0.33 0.29
Hex 31 62 50 32 0 12 3E 9E 21 1D
Octal 61 142 120 62 0 22 76 236 41 35
Binary 110001 1100010 1010000 110010 0 10010 111110 10011110 100001 11101

Color Harmonies of #316250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316250

Black with #316250

Text Example


Text Example

White with #316250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316250; }

 p { color: rgb(49,98,80); }

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

background-color css

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

 a { background-color: rgb(49,98,80); }

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

border-color css

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

 span { border-color: rgb(49,98,80); }

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