Html Css Color HEX #315D4B Spectra

📋 copy color: '#315D4B'

red 49 ◦ green 93 ◦ blue 75

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

Shades of Spectra #315D4B

Tints of Spectra #315D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.56%

R = 22.58%
G = 42.86%
B = 34.56%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#315D4B (or 0x315D4B) is known color: Spectra. HEX triplet: 31, 5D and 4B. RGB value is (49,93,75). Sum of RGB (Red+Green+Blue) = 49+93+75=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 93 (36.72% from 255 or 42.86% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 93 - color contains mainly: green. Hex color #315D4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315D4B is #CEA2B4. Grayscale: #4D4D4D. Windows color (decimal): -13542069 or 4939057. OLE color: 4939057.

HSL color Cylindrical-coordinate representation of color #315D4B: hue angle of 155.45º 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 #315D4B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 49 93 75 -
CMYK 0.47 0 0.19 0.64
HSL 155.45º 0.31% 0.28% -
HSV(B) 155.45º 0.47% 0.36% -
XYZ 6.45 8.99 8.05 -
YUV 77.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 49 93 75 0.47 0 0.19 0.64 155.45 0.31 0.28
Hex 31 5D 4B 2F 0 13 40 9B 1F 1C
Octal 61 135 113 57 0 23 100 233 37 34
Binary 110001 1011101 1001011 101111 0 10011 1000000 10011011 11111 11100

Color Harmonies of #315D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315D4B

Black with #315D4B

Text Example


Text Example

White with #315D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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