#356052

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

Shades of Spectra #356052

Tints of Spectra #356052

Color information

#356052 (or 0x356052) is unknown color: approx Spectra. HEX triplet: 35, 60 and 52. RGB value is (53,96,82). Sum of RGB (Red+Green+Blue) = 53+96+82=231 (30% of max value = 765). Red value is 53 (21.09% from 255 or 22.94% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 82 (32.42% from 255 or 35.50% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #356052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356052 is #CA9FAD. Grayscale: #515151. Windows color (decimal): -13279150 or 5398581. OLE color: 5398581.

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

Color convert

RGB539682-
CMYK0.4500.150.62
HSL160.47º28.86%29.22%-
HSV(B)160.47º44.79%37.65%-
XYZ7.179.739.48-
YUV81.55128.25107.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.94%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 82 (32.42% from 255) = 35.50%
R=22.94%
G=41.56%
B=35.50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5396820.4500.150.62160.4728.8629.22
Hex3560522D0F3Ea01d1d
Octal6514012255017762403535
Binary1101011100000101001010110101111111110101000001110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356052; }

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

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

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

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

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

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

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

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