#356056

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

Shades of Spectra #356056

Tints of Spectra #356056

Color information

#356056 (or 0x356056) is unknown color: approx Spectra. HEX triplet: 35, 60 and 56. RGB value is (53,96,86). Sum of RGB (Red+Green+Blue) = 53+96+86=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #356056 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356056 is #CA9FA9. Grayscale: #525252. Windows color (decimal): -13279146 or 5660725. OLE color: 5660725.

HSL color Cylindrical-coordinate representation of color #356056: hue angle of 166.05º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #356056 is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB539686-
CMYK0.4500.100.62
HSL166.05º28.86%29.22%-
HSV(B)166.05º44.79%37.65%-
XYZ7.339.7910.31-
YUV82130.25107.31-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 96 (37.89% from 255) = 40.85%
BLUE value IS 86 (33.98% from 255) = 36.60%
R=22.55%
G=40.85%
B=36.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396860.4500.100.62166.0528.8629.22
Hex3560562D0A3Ea61d1d
Octal6514012655012762463535
Binary1101011100000101011010110101010111110101001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356056; }

 p { color: rgb(53,96,86); }

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

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

 a { background-color: rgb(53,96,86); }

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

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

 span { border-color: rgb(53,96,86); }

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