#356155

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

Shades of Spectra #356155

Tints of Spectra #356155

Color information

#356155 (or 0x356155) is unknown color: approx Spectra. HEX triplet: 35, 61 and 55. RGB value is (53,97,85). Sum of RGB (Red+Green+Blue) = 53+97+85=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #356155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356155 is #CA9EAA. Grayscale: #525252. Windows color (decimal): -13278891 or 5595445. OLE color: 5595445.

HSL color Cylindrical-coordinate representation of color #356155: hue angle of 163.64º 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 #356155 is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB539785-
CMYK0.4500.120.62
HSL163.64º29.33%29.41%-
HSV(B)163.64º45.36%38.04%-
XYZ7.389.9610.13-
YUV82.48129.42106.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 97 (38.28% from 255) = 41.28%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=22.55%
G=41.28%
B=36.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397850.4500.120.62163.6429.3329.41
Hex3561552D0C3Ea41d1d
Octal6514112555014762443535
Binary1101011100001101010110110101100111110101001001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356155; }

 p { color: rgb(53,97,85); }

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

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

 a { background-color: rgb(53,97,85); }

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

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

 span { border-color: rgb(53,97,85); }

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