#355C4A

Color #355C4A Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #355C4A

Tints of Spectra #355C4A

Color information

#355C4A (or 0x355C4A) is unknown color: approx Spectra. HEX triplet: 35, 5C and 4A. RGB value is (53,92,74). Sum of RGB (Red+Green+Blue) = 53+92+74=219 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.20% from 219); Green value is 92 (36.33% from 255 or 42.01% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 92 - color contains mainly: green. Hex color #355C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355C4A is #CAA3B5. Grayscale: #4E4E4E. Windows color (decimal): -13280182 or 4873269. OLE color: 4873269.

HSL color Cylindrical-coordinate representation of color #355C4A: hue angle of 152.31º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #355C4A is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.64.

Color convert

RGB539274-
CMYK0.4200.200.64
HSL152.31º26.9%28.43%-
HSV(B)152.31º42.39%36.08%-
XYZ6.538.917.85-
YUV78.29125.58109.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.20%
GREEN value IS 92 (36.33% from 255) = 42.01%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=24.20%
G=42.01%
B=33.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5392740.4200.200.64152.3126.928.43
Hex355C4A2A01440981b1c
Octal65134112520241002303334
Binary110101101110010010101010100101001000000100110001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355C4A; }

 p { color: rgb(53,92,74); }

 H1.HeaderClassName
 {
   color: #355C4A;
 }
 .AnyTagClassName
 {
   color: #355C4A;
 }
</style>
background-color css

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

 a { background-color: rgb(53,92,74); }

 div.DivClassName
 {
   background-color: #355C4A;
 }
 .BgClassName
 {
   background-color: #355C4A;
 }
</style>
border-color css

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

 span { border-color: rgb(53,92,74); }

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