#356552

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

Shades of Spectra #356552

Tints of Spectra #356552

Color information

#356552 (or 0x356552) is unknown color: approx Spectra. HEX triplet: 35, 65 and 52. RGB value is (53,101,82). Sum of RGB (Red+Green+Blue) = 53+101+82=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #356552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356552 is #CA9AAD. Grayscale: #545454. Windows color (decimal): -13277870 or 5399861. OLE color: 5399861.

HSL color Cylindrical-coordinate representation of color #356552: hue angle of 156.25º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #356552 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB5310182-
CMYK0.4800.190.60
HSL156.25º31.17%30.2%-
HSV(B)156.25º47.52%39.61%-
XYZ7.6410.679.64-
YUV84.48126.6105.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=22.46%
G=42.80%
B=34.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal53101820.4800.190.60156.2531.1730.2
Hex356552300133C9c1f1e
Octal6514512260023742343736
Binary11010111001011010010110000010011111100100111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356552; }

 p { color: rgb(53,101,82); }

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

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

 a { background-color: rgb(53,101,82); }

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

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

 span { border-color: rgb(53,101,82); }

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