Html Css Color HEX #316153 Spectra

📋 copy color: '#316153'

red 49 ◦ green 97 ◦ blue 83

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

Shades of Spectra #316153

Tints of Spectra #316153

RGB

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

 GREEN value IS 97 (38.28% from 255) = 42.36%

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

R = 21.4%
G = 42.36%
B = 36.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#316153 (or 0x316153) is known color: Spectra. HEX triplet: 31, 61 and 53. RGB value is (49,97,83). Sum of RGB (Red+Green+Blue) = 49+97+83=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #316153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #316153 is #CE9EAC. Grayscale: #515151. Windows color (decimal): -13541037 or 5464369. OLE color: 5464369.

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

Color convert

RGB 49 97 83 -
CMYK 0.49 0 0.14 0.62
HSL 162.5º 0.33% 0.29% -
HSV(B) 162.5º 0.49% 0.38% -
XYZ 7.1 9.83 9.71 -
YUV 81.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 49 97 83 0.49 0 0.14 0.62 162.5 0.33 0.29
Hex 31 61 53 31 0 E 3E A2 21 1D
Octal 61 141 123 61 0 16 76 242 41 35
Binary 110001 1100001 1010011 110001 0 1110 111110 10100010 100001 11101

Color Harmonies of #316153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #316153

Black with #316153

Text Example


Text Example

White with #316153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #316153; }

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

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

background-color css

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

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

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

border-color css

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

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

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