#356352

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

Shades of Spectra #356352

Tints of Spectra #356352

Color information

#356352 (or 0x356352) is unknown color: approx Spectra. HEX triplet: 35, 63 and 52. RGB value is (53,99,82). Sum of RGB (Red+Green+Blue) = 53+99+82=234 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.65% from 234); Green value is 99 (39.06% from 255 or 42.31% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 99 - color contains mainly: green. Hex color #356352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356352 is #CA9CAD. Grayscale: #535353. Windows color (decimal): -13278382 or 5399349. OLE color: 5399349.

HSL color Cylindrical-coordinate representation of color #356352: hue angle of 157.83º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #356352 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB539982-
CMYK0.4600.170.61
HSL157.83º30.26%29.8%-
HSV(B)157.83º46.46%38.82%-
XYZ7.4510.299.58-
YUV83.31127.26106.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.65%
GREEN value IS 99 (39.06% from 255) = 42.31%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=22.65%
G=42.31%
B=35.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5399820.4600.170.61157.8330.2629.8
Hex3563522E0113D9e1e1e
Octal6514312256021752363636
Binary11010111000111010010101110010001111101100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356352; }

 p { color: rgb(53,99,82); }

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

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

 a { background-color: rgb(53,99,82); }

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

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

 span { border-color: rgb(53,99,82); }

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