Html Css Color HEX #355347 Spectra

📋 copy color: '#355347'

red 53 ◦ green 83 ◦ blue 71

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

Shades of Spectra #355347

Tints of Spectra #355347

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.1%

 BLUE value IS 71 (28.13% from 255) = 34.3%

R = 25.6%
G = 40.1%
B = 34.3%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#355347 (or 0x355347) is known color: Spectra. HEX triplet: 35, 53 and 47. RGB value is (53,83,71). Sum of RGB (Red+Green+Blue) = 53+83+71=207 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.60% from 207); Green value is 83 (32.81% from 255 or 40.10% from 207); Blue value is 71 (28.12% from 255 or 34.30% from 207); Max value from RGB is 83 - color contains mainly: green. Hex color #355347 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355347 is #CAACB8. Grayscale: #484848. Windows color (decimal): -13282489 or 4674357. OLE color: 4674357.

HSL color Cylindrical-coordinate representation of color #355347: hue angle of 156º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #355347 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 53 83 71 -
CMYK 0.36 0 0.14 0.67
HSL 156º 0.22% 0.27% -
HSV(B) 156º 0.36% 0.33% -
XYZ 5.7 7.4 7.09 -
YUV 72.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 53 83 71 0.36 0 0.14 0.67 156 0.22 0.27
Hex 35 53 47 24 0 E 43 9C 16 1B
Octal 65 123 107 44 0 16 103 234 26 33
Binary 110101 1010011 1000111 100100 0 1110 1000011 10011100 10110 11011

Color Harmonies of #355347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355347

Black with #355347

Text Example


Text Example

White with #355347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355347; }

 p { color: rgb(53,83,71); }

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

background-color css

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

 a { background-color: rgb(53,83,71); }

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

border-color css

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

 span { border-color: rgb(53,83,71); }

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