#356654

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

Shades of Spectra #356654

Tints of Spectra #356654

Color information

#356654 (or 0x356654) is unknown color: approx Spectra. HEX triplet: 35, 66 and 54. RGB value is (53,102,84). Sum of RGB (Red+Green+Blue) = 53+102+84=239 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.18% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 84 (33.20% from 255 or 35.15% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #356654 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356654 is #CA99AB. Grayscale: #555555. Windows color (decimal): -13277612 or 5531189. OLE color: 5531189.

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

Color convert

RGB5310284-
CMYK0.4800.180.6
HSL157.96º31.61%30.39%-
HSV(B)157.96º48.04%40%-
XYZ7.8210.910.08-
YUV85.3127.27104.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.18%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 84 (33.20% from 255) = 35.15%
R=22.18%
G=42.68%
B=35.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal53102840.4800.180.6157.9631.6130.39
Hex356654300123C9e201e
Octal6514612460022742364036
Binary110101110011010101001100000100101111001001111010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356654; }

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

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

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

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

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

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

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

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