#366252

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

Shades of Spectra #366252

Tints of Spectra #366252

Color information

#366252 (or 0x366252) is unknown color: approx Spectra. HEX triplet: 36, 62 and 52. RGB value is (54,98,82). Sum of RGB (Red+Green+Blue) = 54+98+82=234 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.08% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 82 (32.42% from 255 or 35.04% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #366252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366252 is #C99DAD. Grayscale: #535353. Windows color (decimal): -13213102 or 5399094. OLE color: 5399094.

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

Color convert

RGB549882-
CMYK0.4500.160.62
HSL158.18º28.95%29.8%-
HSV(B)158.18º44.9%38.43%-
XYZ7.4110.139.55-
YUV83.02127.42107.3-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.08%
GREEN value IS 98 (38.67% from 255) = 41.88%
BLUE value IS 82 (32.42% from 255) = 35.04%
R=23.08%
G=41.88%
B=35.04%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498820.4500.160.62158.1828.9529.8
Hex3662522D0103E9e1d1e
Octal6614212255020762363536
Binary11011011000101010010101101010000111110100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366252; }

 p { color: rgb(54,98,82); }

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

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

 a { background-color: rgb(54,98,82); }

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

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

 span { border-color: rgb(54,98,82); }

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