Html Css Color HEX #3A574E Spectra

📋 copy color: '#3A574E'

red 58 ◦ green 87 ◦ blue 78

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

Shades of Spectra #3A574E

Tints of Spectra #3A574E

RGB

 RED value IS 58 (23.05% from 255) = 26.01%

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

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

R = 26.01%
G = 39.01%
B = 34.98%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#3A574E (or 0x3A574E) is known color: Spectra. HEX triplet: 3A, 57 and 4E. RGB value is (58,87,78). Sum of RGB (Red+Green+Blue) = 58+87+78=223 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.01% from 223); Green value is 87 (34.38% from 255 or 39.01% from 223); Blue value is 78 (30.86% from 255 or 34.98% from 223); Max value from RGB is 87 - color contains mainly: green. Hex color #3A574E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A574E is #C5A8B1. Grayscale: #4D4D4D. Windows color (decimal): -12953778 or 5134138. OLE color: 5134138.

HSL color Cylindrical-coordinate representation of color #3A574E: hue angle of 161.38º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3A574E is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 58 87 78 -
CMYK 0.33 0 0.10 0.66
HSL 161.38º 0.2% 0.28% -
HSV(B) 161.38º 0.33% 0.34% -
XYZ 6.53 8.27 8.46 -
YUV 77.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 58 87 78 0.33 0 0.10 0.66 161.38 0.2 0.28
Hex 3A 57 4E 21 0 A 42 A1 14 1C
Octal 72 127 116 41 0 12 102 241 24 34
Binary 111010 1010111 1001110 100001 0 1010 1000010 10100001 10100 11100

Color Harmonies of #3A574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A574E

Black with #3A574E

Text Example


Text Example

White with #3A574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,87,78); }

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

background-color css

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

 a { background-color: rgb(58,87,78); }

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

border-color css

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

 span { border-color: rgb(58,87,78); }

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