#366452

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

Shades of Spectra #366452

Tints of Spectra #366452

Color information

#366452 (or 0x366452) is unknown color: approx Spectra. HEX triplet: 36, 64 and 52. RGB value is (54,100,82). Sum of RGB (Red+Green+Blue) = 54+100+82=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 100 (39.45% from 255 or 42.37% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 100 - color contains mainly: green. Hex color #366452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366452 is #C99BAD. Grayscale: #545454. Windows color (decimal): -13212590 or 5399606. OLE color: 5399606.

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

Color convert

RGB5410082-
CMYK0.4600.180.61
HSL156.52º29.87%30.2%-
HSV(B)156.52º46%39.22%-
XYZ7.610.519.61-
YUV84.19126.76106.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.88%
GREEN value IS 100 (39.45% from 255) = 42.37%
BLUE value IS 82 (32.42% from 255) = 34.75%
R=22.88%
G=42.37%
B=34.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100820.4600.180.61156.5229.8730.2
Hex3664522E0123D9d1e1e
Octal6614412256022752353636
Binary11011011001001010010101110010010111101100111011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366452; }

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

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

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

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

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

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

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

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