Html Css Color HEX #3D574F Spectra

📋 copy color: '#3D574F'

red 61 ◦ green 87 ◦ blue 79

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

Shades of Spectra #3D574F

Tints of Spectra #3D574F

RGB

 RED value IS 61 (24.22% from 255) = 26.87%

 GREEN value IS 87 (34.38% from 255) = 38.33%

 BLUE value IS 79 (31.25% from 255) = 34.8%

R = 26.87%
G = 38.33%
B = 34.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.66

RGB Variations

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

Color information

#3D574F (or 0x3D574F) is known color: Spectra. HEX triplet: 3D, 57 and 4F. RGB value is (61,87,79). Sum of RGB (Red+Green+Blue) = 61+87+79=227 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.87% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 79 (31.25% from 255 or 34.80% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #3D574F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D574F is #C2A8B0. Grayscale: #4E4E4E. Windows color (decimal): -12757169 or 5199677. OLE color: 5199677.

HSL color Cylindrical-coordinate representation of color #3D574F: hue angle of 161.54º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D574F is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 87 79 -
CMYK 0.30 0 0.09 0.66
HSL 161.54º 0.18% 0.29% -
HSV(B) 161.54º 0.3% 0.34% -
XYZ 6.74 8.37 8.66 -
YUV 78.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 61 87 79 0.30 0 0.09 0.66 161.54 0.18 0.29
Hex 3D 57 4F 1E 0 9 42 A2 12 1D
Octal 75 127 117 36 0 11 102 242 22 35
Binary 111101 1010111 1001111 11110 0 1001 1000010 10100010 10010 11101

Color Harmonies of #3D574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D574F

Black with #3D574F

Text Example


Text Example

White with #3D574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D574F; }

 p { color: rgb(61,87,79); }

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

background-color css

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

 a { background-color: rgb(61,87,79); }

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

border-color css

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

 span { border-color: rgb(61,87,79); }

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