#356254

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

Shades of Spectra #356254

Tints of Spectra #356254

Color information

#356254 (or 0x356254) is unknown color: approx Spectra. HEX triplet: 35, 62 and 54. RGB value is (53,98,84). Sum of RGB (Red+Green+Blue) = 53+98+84=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #356254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356254 is #CA9DAB. Grayscale: #525252. Windows color (decimal): -13278636 or 5530165. OLE color: 5530165.

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

Color convert

RGB539884-
CMYK0.4600.140.62
HSL161.33º29.8%29.61%-
HSV(B)161.33º45.92%38.43%-
XYZ7.4410.139.95-
YUV82.95128.59106.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=22.55%
G=41.70%
B=35.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5398840.4600.140.62161.3329.829.61
Hex3562542E0E3Ea11e1e
Octal6514212456016762413636
Binary1101011100010101010010111001110111110101000011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #356254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #356254; }

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

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

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

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

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

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

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

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