#36684F

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

Shades of Spectra #36684F

Tints of Spectra #36684F

Color information

#36684F (or 0x36684F) is unknown color: approx Spectra. HEX triplet: 36, 68 and 4F. RGB value is (54,104,79). Sum of RGB (Red+Green+Blue) = 54+104+79=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #36684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36684F is #C997B0. Grayscale: #565656. Windows color (decimal): -13211569 or 5204022. OLE color: 5204022.

HSL color Cylindrical-coordinate representation of color #36684F: hue angle of 150º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #36684F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB5410479-
CMYK0.4800.240.59
HSL150º31.65%30.98%-
HSV(B)150º48.08%40.78%-
XYZ7.8811.259.15-
YUV86.2123.94105.03-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 22.78%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 79 (31.25% from 255) = 33.33%
R=22.78%
G=43.88%
B=33.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal54104790.4800.240.5915031.6530.98
Hex36684F300183B96201f
Octal6615011760030732264037
Binary110110110100010011111100000110001110111001011010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36684F; }

 p { color: rgb(54,104,79); }

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

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

 a { background-color: rgb(54,104,79); }

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

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

 span { border-color: rgb(54,104,79); }

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