#366251

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

Shades of Spectra #366251

Tints of Spectra #366251

Color information

#366251 (or 0x366251) is unknown color: approx Spectra. HEX triplet: 36, 62 and 51. RGB value is (54,98,81). Sum of RGB (Red+Green+Blue) = 54+98+81=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #366251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366251 is #C99DAE. Grayscale: #525252. Windows color (decimal): -13213103 or 5333558. OLE color: 5333558.

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

Color convert

RGB549881-
CMYK0.4500.170.62
HSL156.82º28.95%29.8%-
HSV(B)156.82º44.9%38.43%-
XYZ7.3710.119.35-
YUV82.91126.92107.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 98 (38.67% from 255) = 42.06%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=23.18%
G=42.06%
B=34.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5498810.4500.170.62156.8228.9529.8
Hex3662512D0113E9d1d1e
Octal6614212155021762353536
Binary11011011000101010001101101010001111110100111011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366251; }

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

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

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

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

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

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

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

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