Html Css Color HEX #315546 Spectra

📋 copy color: '#315546'

red 49 ◦ green 85 ◦ blue 70

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

Shades of Spectra #315546

Tints of Spectra #315546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 34.31%

R = 24.02%
G = 41.67%
B = 34.31%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.18

 K value IS 0.67

RGB Variations

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

Color information

#315546 (or 0x315546) is known color: Spectra. HEX triplet: 31, 55 and 46. RGB value is (49,85,70). Sum of RGB (Red+Green+Blue) = 49+85+70=204 (27% of max value = 765). Red value is 49 (19.53% from 255 or 24.02% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 85 - color contains mainly: green. Hex color #315546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315546 is #CEAAB9. Grayscale: #484848. Windows color (decimal): -13544122 or 4609329. OLE color: 4609329.

HSL color Cylindrical-coordinate representation of color #315546: hue angle of 155º 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 #315546 is Cyan = 0.42, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 85 70 -
CMYK 0.42 0 0.18 0.67
HSL 155º 0.27% 0.26% -
HSV(B) 155º 0.42% 0.33% -
XYZ 5.62 7.59 6.96 -
YUV 72.53 126.57 111.22 -
System Red Green Blue C M Y K H S L
Decimal 49 85 70 0.42 0 0.18 0.67 155 0.27 0.26
Hex 31 55 46 2A 0 12 43 9B 1B 1A
Octal 61 125 106 52 0 22 103 233 33 32
Binary 110001 1010101 1000110 101010 0 10010 1000011 10011011 11011 11010

Color Harmonies of #315546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315546

Black with #315546

Text Example


Text Example

White with #315546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315546; }

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

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

background-color css

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

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

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

border-color css

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

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

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