Html Css Color HEX #3C5750 Spectra

📋 copy color: '#3C5750'

red 60 ◦ green 87 ◦ blue 80

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

Shades of Spectra #3C5750

Tints of Spectra #3C5750

RGB

 RED value IS 60 (23.83% from 255) = 26.43%

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

 BLUE value IS 80 (31.64% from 255) = 35.24%

R = 26.43%
G = 38.33%
B = 35.24%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#3C5750 (or 0x3C5750) is known color: Spectra. HEX triplet: 3C, 57 and 50. RGB value is (60,87,80). Sum of RGB (Red+Green+Blue) = 60+87+80=227 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.43% from 227); Green value is 87 (34.38% from 255 or 38.33% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 87 - color contains mainly: green. Hex color #3C5750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5750 is #C3A8AF. Grayscale: #4E4E4E. Windows color (decimal): -12822704 or 5265212. OLE color: 5265212.

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

Color convert

RGB 60 87 80 -
CMYK 0.31 0 0.08 0.66
HSL 164.44º 0.18% 0.29% -
HSV(B) 164.44º 0.31% 0.34% -
XYZ 6.72 8.36 8.85 -
YUV 78.13 129.05 115.07 -
System Red Green Blue C M Y K H S L
Decimal 60 87 80 0.31 0 0.08 0.66 164.44 0.18 0.29
Hex 3C 57 50 1F 0 8 42 A4 12 1D
Octal 74 127 120 37 0 10 102 244 22 35
Binary 111100 1010111 1010000 11111 0 1000 1000010 10100100 10010 11101

Color Harmonies of #3C5750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5750

Black with #3C5750

Text Example


Text Example

White with #3C5750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,87,80); }

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

background-color css

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

 a { background-color: rgb(60,87,80); }

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

border-color css

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

 span { border-color: rgb(60,87,80); }

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