Html Css Color HEX #3C5950 Spectra

📋 copy color: '#3C5950'

red 60 ◦ green 89 ◦ blue 80

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

Shades of Spectra #3C5950

Tints of Spectra #3C5950

RGB

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

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

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

R = 26.2%
G = 38.86%
B = 34.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#3C5950 (or 0x3C5950) is known color: Spectra. HEX triplet: 3C, 59 and 50. RGB value is (60,89,80). Sum of RGB (Red+Green+Blue) = 60+89+80=229 (30% of max value = 765). Red value is 60 (23.83% from 255 or 26.20% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 89 - color contains mainly: green. Hex color #3C5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C5950 is #C3A6AF. Grayscale: #4F4F4F. Windows color (decimal): -12822192 or 5265724. OLE color: 5265724.

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

Color convert

RGB 60 89 80 -
CMYK 0.33 0 0.10 0.65
HSL 161.38º 0.19% 0.29% -
HSV(B) 161.38º 0.33% 0.35% -
XYZ 6.88 8.68 8.9 -
YUV 79.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 60 89 80 0.33 0 0.10 0.65 161.38 0.19 0.29
Hex 3C 59 50 21 0 A 41 A1 13 1D
Octal 74 131 120 41 0 12 101 241 23 35
Binary 111100 1011001 1010000 100001 0 1010 1000001 10100001 10011 11101

Color Harmonies of #3C5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C5950

Black with #3C5950

Text Example


Text Example

White with #3C5950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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