Html Css Color HEX #316353 Spectra

📋 copy color: '#316353'

red 49 ◦ green 99 ◦ blue 83

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

Shades of Spectra #316353

Tints of Spectra #316353

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.86%

 BLUE value IS 83 (32.81% from 255) = 35.93%

R = 21.21%
G = 42.86%
B = 35.93%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#316353 (or 0x316353) is known color: Spectra. HEX triplet: 31, 63 and 53. RGB value is (49,99,83). Sum of RGB (Red+Green+Blue) = 49+99+83=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 99 (39.06% from 255 or 42.86% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 99 - color contains mainly: green. Hex color #316353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316353 is #CE9CAC. Grayscale: #525252. Windows color (decimal): -13540525 or 5464881. OLE color: 5464881.

HSL color Cylindrical-coordinate representation of color #316353: hue angle of 160.8º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #316353 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB 49 99 83 -
CMYK 0.51 0 0.16 0.61
HSL 160.8º 0.34% 0.29% -
HSV(B) 160.8º 0.51% 0.39% -
XYZ 7.29 10.2 9.77 -
YUV 82.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 49 99 83 0.51 0 0.16 0.61 160.8 0.34 0.29
Hex 31 63 53 33 0 10 3D A1 22 1D
Octal 61 143 123 63 0 20 75 241 42 35
Binary 110001 1100011 1010011 110011 0 10000 111101 10100001 100010 11101

Color Harmonies of #316353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316353

Black with #316353

Text Example


Text Example

White with #316353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316353; }

 p { color: rgb(49,99,83); }

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

background-color css

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

 a { background-color: rgb(49,99,83); }

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

border-color css

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

 span { border-color: rgb(49,99,83); }

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