Html Css Color HEX #315646 Spectra

📋 copy color: '#315646'

red 49 ◦ green 86 ◦ blue 70

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

Shades of Spectra #315646

Tints of Spectra #315646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 41.95%

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

R = 23.9%
G = 41.95%
B = 34.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#315646 (or 0x315646) is known color: Spectra. HEX triplet: 31, 56 and 46. RGB value is (49,86,70). Sum of RGB (Red+Green+Blue) = 49+86+70=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 70 (27.73% from 255 or 34.15% from 205); Max value from RGB is 86 - color contains mainly: green. Hex color #315646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315646 is #CEA9B9. Grayscale: #494949. Windows color (decimal): -13543866 or 4609585. OLE color: 4609585.

HSL color Cylindrical-coordinate representation of color #315646: hue angle of 154.05º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #315646 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 49 86 70 -
CMYK 0.43 0 0.19 0.66
HSL 154.05º 0.27% 0.26% -
HSV(B) 154.05º 0.43% 0.34% -
XYZ 5.7 7.75 6.99 -
YUV 73.11 126.24 110.8 -
System Red Green Blue C M Y K H S L
Decimal 49 86 70 0.43 0 0.19 0.66 154.05 0.27 0.26
Hex 31 56 46 2B 0 13 42 9A 1B 1A
Octal 61 126 106 53 0 23 102 232 33 32
Binary 110001 1010110 1000110 101011 0 10011 1000010 10011010 11011 11010

Color Harmonies of #315646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315646

Black with #315646

Text Example


Text Example

White with #315646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315646; }

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

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

background-color css

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

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

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

border-color css

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

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

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