#37694F

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

Shades of Spectra #37694F

Tints of Spectra #37694F

Color information

#37694F (or 0x37694F) is unknown color: approx Spectra. HEX triplet: 37, 69 and 4F. RGB value is (55,105,79). Sum of RGB (Red+Green+Blue) = 55+105+79=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 79 (31.25% from 255 or 33.05% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #37694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37694F is #C896B0. Grayscale: #575757. Windows color (decimal): -13145777 or 5204279. OLE color: 5204279.

HSL color Cylindrical-coordinate representation of color #37694F: hue angle of 148.8º degrees, saturation: 0.31, 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 #37694F is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB5510579-
CMYK0.4800.250.59
HSL148.8º31.25%31.37%-
HSV(B)148.8º47.62%41.18%-
XYZ8.0411.489.19-
YUV87.09123.44105.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 79 (31.25% from 255) = 33.05%
R=23.01%
G=43.93%
B=33.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55105790.4800.250.59148.831.2531.37
Hex37694F300193B951f1f
Octal6715111760031732253737
Binary11011111010011001111110000011001111011100101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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