Html Css Color HEX #3D594F Spectra

📋 copy color: '#3D594F'

red 61 ◦ green 89 ◦ blue 79

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

Shades of Spectra #3D594F

Tints of Spectra #3D594F

RGB

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

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

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

R = 26.64%
G = 38.86%
B = 34.5%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#3D594F (or 0x3D594F) is known color: Spectra. HEX triplet: 3D, 59 and 4F. RGB value is (61,89,79). Sum of RGB (Red+Green+Blue) = 61+89+79=229 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.64% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3D594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D594F is #C2A6B0. Grayscale: #4F4F4F. Windows color (decimal): -12756657 or 5200189. OLE color: 5200189.

HSL color Cylindrical-coordinate representation of color #3D594F: hue angle of 158.57º 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 #3D594F is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 89 79 -
CMYK 0.31 0 0.11 0.65
HSL 158.57º 0.19% 0.29% -
HSV(B) 158.57º 0.31% 0.35% -
XYZ 6.91 8.7 8.71 -
YUV 79.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 61 89 79 0.31 0 0.11 0.65 158.57 0.19 0.29
Hex 3D 59 4F 1F 0 B 41 9F 13 1D
Octal 75 131 117 37 0 13 101 237 23 35
Binary 111101 1011001 1001111 11111 0 1011 1000001 10011111 10011 11101

Color Harmonies of #3D594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D594F

Black with #3D594F

Text Example


Text Example

White with #3D594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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