#37684F

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

Shades of Spectra #37684F

Tints of Spectra #37684F

Color information

#37684F (or 0x37684F) is unknown color: approx Spectra. HEX triplet: 37, 68 and 4F. RGB value is (55,104,79). Sum of RGB (Red+Green+Blue) = 55+104+79=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 79 (31.25% from 255 or 33.19% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #37684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37684F is #C897B0. Grayscale: #565656. Windows color (decimal): -13146033 or 5204023. OLE color: 5204023.

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

Color convert

RGB5510479-
CMYK0.4700.240.59
HSL149.39º30.82%31.18%-
HSV(B)149.39º47.12%40.78%-
XYZ7.9411.289.16-
YUV86.5123.77105.53-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.11%
GREEN value IS 104 (41.02% from 255) = 43.70%
BLUE value IS 79 (31.25% from 255) = 33.19%
R=23.11%
G=43.70%
B=33.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55104790.4700.240.59149.3930.8231.18
Hex37684F2F0183B951f1f
Octal6715011757030732253737
Binary11011111010001001111101111011000111011100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37684F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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