#366354

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

Shades of Spectra #366354

Tints of Spectra #366354

Color information

#366354 (or 0x366354) is unknown color: approx Spectra. HEX triplet: 36, 63 and 54. RGB value is (54,99,84). Sum of RGB (Red+Green+Blue) = 54+99+84=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #366354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366354 is #C99CAB. Grayscale: #535353. Windows color (decimal): -13212844 or 5530422. OLE color: 5530422.

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

Color convert

RGB549984-
CMYK0.4500.150.61
HSL160º29.41%30%-
HSV(B)160º45.45%38.82%-
XYZ7.5810.359.99-
YUV83.84128.09106.72-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=22.78%
G=41.77%
B=35.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5499840.4500.150.6116029.4130
Hex3663542D0F3Da01d1e
Octal6614312455017752403536
Binary1101101100011101010010110101111111101101000001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366354; }

 p { color: rgb(54,99,84); }

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

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

 a { background-color: rgb(54,99,84); }

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

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

 span { border-color: rgb(54,99,84); }

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