#376652

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

Shades of Spectra #376652

Tints of Spectra #376652

Color information

#376652 (or 0x376652) is unknown color: approx Spectra. HEX triplet: 37, 66 and 52. RGB value is (55,102,82). Sum of RGB (Red+Green+Blue) = 55+102+82=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 102 (40.23% from 255 or 42.68% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 102 - color contains mainly: green. Hex color #376652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376652 is #C899AD. Grayscale: #555555. Windows color (decimal): -13146542 or 5400119. OLE color: 5400119.

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

Color convert

RGB5510282-
CMYK0.4600.200.6
HSL154.47º29.94%30.78%-
HSV(B)154.47º46.08%40%-
XYZ7.8510.929.68-
YUV85.67125.93106.13-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.01%
GREEN value IS 102 (40.23% from 255) = 42.68%
BLUE value IS 82 (32.42% from 255) = 34.31%
R=23.01%
G=42.68%
B=34.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102820.4600.200.6154.4729.9430.78
Hex3766522E0143C9a1e1f
Octal6714612256024742323637
Binary11011111001101010010101110010100111100100110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376652; }

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

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

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

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

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

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

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

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