#366652

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

Shades of Spectra #366652

Tints of Spectra #366652

Color information

#366652 (or 0x366652) is unknown color: approx Spectra. HEX triplet: 36, 66 and 52. RGB value is (54,102,82). Sum of RGB (Red+Green+Blue) = 54+102+82=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #366652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366652 is #C999AD. Grayscale: #555555. Windows color (decimal): -13212078 or 5400118. OLE color: 5400118.

HSL color Cylindrical-coordinate representation of color #366652: hue angle of 155º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366652 is Cyan = 0.47, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB5410282-
CMYK0.4700.200.6
HSL155º30.77%30.59%-
HSV(B)155º47.06%40%-
XYZ7.810.99.67-
YUV85.37126.1105.63-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.69%
GREEN value IS 102 (40.23% from 255) = 42.86%
BLUE value IS 82 (32.42% from 255) = 34.45%
R=22.69%
G=42.86%
B=34.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal54102820.4700.200.615530.7730.59
Hex3666522F0143C9b1f1f
Octal6614612257024742333737
Binary11011011001101010010101111010100111100100110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #366652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #366652; }

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

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

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

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

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

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

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

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