#366453

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

Shades of Spectra #366453

Tints of Spectra #366453

Color information

#366453 (or 0x366453) is unknown color: approx Spectra. HEX triplet: 36, 64 and 53. RGB value is (54,100,83). Sum of RGB (Red+Green+Blue) = 54+100+83=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 100 (39.45% from 255 or 42.19% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 100 - color contains mainly: green. Hex color #366453 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366453 is #C99BAC. Grayscale: #545454. Windows color (decimal): -13212589 or 5465142. OLE color: 5465142.

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

Color convert

RGB5410083-
CMYK0.4600.170.61
HSL157.83º29.87%30.2%-
HSV(B)157.83º46%39.22%-
XYZ7.6410.529.81-
YUV84.31127.26106.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 100 (39.45% from 255) = 42.19%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=22.78%
G=42.19%
B=35.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal54100830.4600.170.61157.8329.8730.2
Hex3664532E0113D9e1e1e
Octal6614412356021752363636
Binary11011011001001010011101110010001111101100111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366453; }

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

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

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

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

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

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

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

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