#36584C

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

Shades of Spectra #36584C

Tints of Spectra #36584C

Color information

#36584C (or 0x36584C) is unknown color: approx Spectra. HEX triplet: 36, 58 and 4C. RGB value is (54,88,76). Sum of RGB (Red+Green+Blue) = 54+88+76=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 88 - color contains mainly: green. Hex color #36584C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36584C is #C9A7B3. Grayscale: #4C4C4C. Windows color (decimal): -13215668 or 5003318. OLE color: 5003318.

HSL color Cylindrical-coordinate representation of color #36584C: hue angle of 158.82º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36584C is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.65.

Color convert

RGB548876-
CMYK0.3900.140.65
HSL158.82º23.94%27.84%-
HSV(B)158.82º38.64%34.51%-
XYZ6.328.298.1-
YUV76.47127.74111.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 24.77%
GREEN value IS 88 (34.77% from 255) = 40.37%
BLUE value IS 76 (30.08% from 255) = 34.86%
R=24.77%
G=40.37%
B=34.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5488760.3900.140.65158.8223.9427.84
Hex36584C270E419f181c
Octal66130114470161012373034
Binary11011010110001001100100111011101000001100111111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36584C; }

 p { color: rgb(54,88,76); }

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

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

 a { background-color: rgb(54,88,76); }

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

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

 span { border-color: rgb(54,88,76); }

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