Html Css Color HEX #355949 Spectra

📋 copy color: '#355949'

red 53 ◦ green 89 ◦ blue 73

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

Shades of Spectra #355949

Tints of Spectra #355949

RGB

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

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

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

R = 24.65%
G = 41.4%
B = 33.95%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#355949 (or 0x355949) is known color: Spectra. HEX triplet: 35, 59 and 49. RGB value is (53,89,73). Sum of RGB (Red+Green+Blue) = 53+89+73=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 89 (35.16% from 255 or 41.40% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 89 - color contains mainly: green. Hex color #355949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355949 is #CAA6B6. Grayscale: #4C4C4C. Windows color (decimal): -13280951 or 4806965. OLE color: 4806965.

HSL color Cylindrical-coordinate representation of color #355949: hue angle of 153.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #355949 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.65.

Color convert

RGB 53 89 73 -
CMYK 0.40 0 0.18 0.65
HSL 153.33º 0.25% 0.28% -
HSV(B) 153.33º 0.4% 0.35% -
XYZ 6.24 8.38 7.59 -
YUV 76.41 126.07 111.3 -
System Red Green Blue C M Y K H S L
Decimal 53 89 73 0.40 0 0.18 0.65 153.33 0.25 0.28
Hex 35 59 49 28 0 12 41 99 19 1C
Octal 65 131 111 50 0 22 101 231 31 34
Binary 110101 1011001 1001001 101000 0 10010 1000001 10011001 11001 11100

Color Harmonies of #355949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355949

Black with #355949

Text Example


Text Example

White with #355949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355949; }

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

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

background-color css

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

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

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

border-color css

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

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

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