Html Css Color HEX #31554A Spectra

📋 copy color: '#31554A'

red 49 ◦ green 85 ◦ blue 74

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

Shades of Spectra #31554A

Tints of Spectra #31554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 23.56%
G = 40.87%
B = 35.58%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#31554A (or 0x31554A) is known color: Spectra. HEX triplet: 31, 55 and 4A. RGB value is (49,85,74). Sum of RGB (Red+Green+Blue) = 49+85+74=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #31554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #31554A is #CEAAB5. Grayscale: #484848. Windows color (decimal): -13544118 or 4871473. OLE color: 4871473.

HSL color Cylindrical-coordinate representation of color #31554A: hue angle of 161.67º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #31554A is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 74 -
CMYK 0.42 0 0.13 0.67
HSL 161.67º 0.27% 0.26% -
HSV(B) 161.67º 0.42% 0.33% -
XYZ 5.75 7.64 7.65 -
YUV 72.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 49 85 74 0.42 0 0.13 0.67 161.67 0.27 0.26
Hex 31 55 4A 2A 0 D 43 A2 1B 1A
Octal 61 125 112 52 0 15 103 242 33 32
Binary 110001 1010101 1001010 101010 0 1101 1000011 10100010 11011 11010

Color Harmonies of #31554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31554A

Black with #31554A

Text Example


Text Example

White with #31554A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31554A; }

 p { color: rgb(49,85,74); }

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

background-color css

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

 a { background-color: rgb(49,85,74); }

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

border-color css

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

 span { border-color: rgb(49,85,74); }

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