Html Css Color HEX #3D594E Spectra

📋 copy color: '#3D594E'

red 61 ◦ green 89 ◦ blue 78

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

Shades of Spectra #3D594E

Tints of Spectra #3D594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.04%

 BLUE value IS 78 (30.86% from 255) = 34.21%

R = 26.75%
G = 39.04%
B = 34.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#3D594E (or 0x3D594E) is known color: Spectra. HEX triplet: 3D, 59 and 4E. RGB value is (61,89,78). Sum of RGB (Red+Green+Blue) = 61+89+78=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 89 (35.16% from 255 or 39.04% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D594E is #C2A6B1. Grayscale: #4F4F4F. Windows color (decimal): -12756658 or 5134653. OLE color: 5134653.

HSL color Cylindrical-coordinate representation of color #3D594E: hue angle of 156.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D594E is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 78 -
CMYK 0.31 0 0.12 0.65
HSL 156.43º 0.19% 0.29% -
HSV(B) 156.43º 0.31% 0.35% -
XYZ 6.87 8.69 8.52 -
YUV 79.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 61 89 78 0.31 0 0.12 0.65 156.43 0.19 0.29
Hex 3D 59 4E 1F 0 C 41 9C 13 1D
Octal 75 131 116 37 0 14 101 234 23 35
Binary 111101 1011001 1001110 11111 0 1100 1000001 10011100 10011 11101

Color Harmonies of #3D594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D594E

Black with #3D594E

Text Example


Text Example

White with #3D594E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,89,78); }

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

background-color css

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

 a { background-color: rgb(61,89,78); }

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

border-color css

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

 span { border-color: rgb(61,89,78); }

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