Html Css Color HEX #315D4A Spectra

📋 copy color: '#315D4A'

red 49 ◦ green 93 ◦ blue 74

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

Shades of Spectra #315D4A

Tints of Spectra #315D4A

RGB

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

 GREEN value IS 93 (36.72% from 255) = 43.06%

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

R = 22.69%
G = 43.06%
B = 34.26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#315D4A (or 0x315D4A) is known color: Spectra. HEX triplet: 31, 5D and 4A. RGB value is (49,93,74). Sum of RGB (Red+Green+Blue) = 49+93+74=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 74 (29.30% from 255 or 34.26% from 216); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D4A is #CEA2B5. Grayscale: #4D4D4D. Windows color (decimal): -13542070 or 4873521. OLE color: 4873521.

HSL color Cylindrical-coordinate representation of color #315D4A: hue angle of 154.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #315D4A is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 74 -
CMYK 0.47 0 0.20 0.64
HSL 154.09º 0.31% 0.28% -
HSV(B) 154.09º 0.47% 0.36% -
XYZ 6.42 8.98 7.87 -
YUV 77.68 125.92 107.54 -
System Red Green Blue C M Y K H S L
Decimal 49 93 74 0.47 0 0.20 0.64 154.09 0.31 0.28
Hex 31 5D 4A 2F 0 14 40 9A 1F 1C
Octal 61 135 112 57 0 24 100 232 37 34
Binary 110001 1011101 1001010 101111 0 10100 1000000 10011010 11111 11100

Color Harmonies of #315D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D4A

Black with #315D4A

Text Example


Text Example

White with #315D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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