#376653

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

Shades of Spectra #376653

Tints of Spectra #376653

Color information

#376653 (or 0x376653) is unknown color: approx Spectra. HEX triplet: 37, 66 and 53. RGB value is (55,102,83). Sum of RGB (Red+Green+Blue) = 55+102+83=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 83 (32.81% from 255 or 34.58% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #376653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376653 is #C899AC. Grayscale: #555555. Windows color (decimal): -13146541 or 5465655. OLE color: 5465655.

HSL color Cylindrical-coordinate representation of color #376653: hue angle of 155.74º 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 #376653 is Cyan = 0.46, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB5510283-
CMYK0.4600.190.6
HSL155.74º29.94%30.78%-
HSV(B)155.74º46.08%40%-
XYZ7.8910.949.88-
YUV85.78126.43106.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.92%
GREEN value IS 102 (40.23% from 255) = 42.5%
BLUE value IS 83 (32.81% from 255) = 34.58%
R=22.92%
G=42.5%
B=34.58%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102830.4600.190.6155.7429.9430.78
Hex3766532E0133C9c1e1f
Octal6714612356023742343637
Binary11011111001101010011101110010011111100100111001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376653; }

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

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

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

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

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

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

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

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