#356153

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

Shades of Spectra #356153

Tints of Spectra #356153

Color information

#356153 (or 0x356153) is unknown color: approx Spectra. HEX triplet: 35, 61 and 53. RGB value is (53,97,83). Sum of RGB (Red+Green+Blue) = 53+97+83=233 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.75% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #356153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356153 is #CA9EAC. Grayscale: #525252. Windows color (decimal): -13278893 or 5464373. OLE color: 5464373.

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

Color convert

RGB539783-
CMYK0.4500.140.62
HSL160.91º29.33%29.41%-
HSV(B)160.91º45.36%38.04%-
XYZ7.39.939.72-
YUV82.25128.42107.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.75%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 83 (32.81% from 255) = 35.62%
R=22.75%
G=41.63%
B=35.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5397830.4500.140.62160.9129.3329.41
Hex3561532D0E3Ea11d1d
Octal6514112355016762413535
Binary1101011100001101001110110101110111110101000011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356153; }

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

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

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

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

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

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

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

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