#356651

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

Shades of Spectra #356651

Tints of Spectra #356651

Color information

#356651 (or 0x356651) is unknown color: approx Spectra. HEX triplet: 35, 66 and 51. RGB value is (53,102,81). Sum of RGB (Red+Green+Blue) = 53+102+81=236 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.46% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 81 (32.03% from 255 or 34.32% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #356651 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356651 is #CA99AE. Grayscale: #545454. Windows color (decimal): -13277615 or 5334581. OLE color: 5334581.

HSL color Cylindrical-coordinate representation of color #356651: hue angle of 154.29º degrees, saturation: 0.32, 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 #356651 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB5310281-
CMYK0.4800.210.6
HSL154.29º31.61%30.39%-
HSV(B)154.29º48.04%40%-
XYZ7.710.859.47-
YUV84.95125.77105.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.46%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 81 (32.03% from 255) = 34.32%
R=22.46%
G=43.22%
B=34.32%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102810.4800.210.6154.2931.6130.39
Hex356651300153C9a201e
Octal6514612160025742324036
Binary110101110011010100011100000101011111001001101010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356651; }

 p { color: rgb(53,102,81); }

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

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

 a { background-color: rgb(53,102,81); }

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

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

 span { border-color: rgb(53,102,81); }

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