Html Css Color HEX #355749 Spectra

📋 copy color: '#355749'

red 53 ◦ green 87 ◦ blue 73

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

Shades of Spectra #355749

Tints of Spectra #355749

RGB

 RED value IS 53 (21.09% from 255) = 24.88%

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

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 24.88%
G = 40.85%
B = 34.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#355749 (or 0x355749) is known color: Spectra. HEX triplet: 35, 57 and 49. RGB value is (53,87,73). Sum of RGB (Red+Green+Blue) = 53+87+73=213 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.88% from 213); Green value is 87 (34.38% from 255 or 40.85% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 87 - color contains mainly: green. Hex color #355749 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355749 is #CAA8B6. Grayscale: #4B4B4B. Windows color (decimal): -13281463 or 4806453. OLE color: 4806453.

HSL color Cylindrical-coordinate representation of color #355749: hue angle of 155.29º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #355749 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 53 87 73 -
CMYK 0.39 0 0.16 0.66
HSL 155.29º 0.24% 0.27% -
HSV(B) 155.29º 0.39% 0.34% -
XYZ 6.08 8.05 7.54 -
YUV 75.24 126.74 112.14 -
System Red Green Blue C M Y K H S L
Decimal 53 87 73 0.39 0 0.16 0.66 155.29 0.24 0.27
Hex 35 57 49 27 0 10 42 9B 18 1B
Octal 65 127 111 47 0 20 102 233 30 33
Binary 110101 1010111 1001001 100111 0 10000 1000010 10011011 11000 11011

Color Harmonies of #355749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355749

Black with #355749

Text Example


Text Example

White with #355749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355749; }

 p { color: rgb(53,87,73); }

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

background-color css

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

 a { background-color: rgb(53,87,73); }

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

border-color css

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

 span { border-color: rgb(53,87,73); }

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