#376650

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

Shades of Spectra #376650

Tints of Spectra #376650

Color information

#376650 (or 0x376650) is unknown color: approx Spectra. HEX triplet: 37, 66 and 50. RGB value is (55,102,80). Sum of RGB (Red+Green+Blue) = 55+102+80=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 102 (40.23% from 255 or 43.04% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 102 - color contains mainly: green. Hex color #376650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376650 is #C899AF. Grayscale: #555555. Windows color (decimal): -13146544 or 5269047. OLE color: 5269047.

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

Color convert

RGB5510280-
CMYK0.4600.220.6
HSL151.91º29.94%30.78%-
HSV(B)151.91º46.08%40%-
XYZ7.7710.899.28-
YUV85.44124.93106.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 102 (40.23% from 255) = 43.04%
BLUE value IS 80 (31.64% from 255) = 33.76%
R=23.21%
G=43.04%
B=33.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55102800.4600.220.6151.9129.9430.78
Hex3766502E0163C981e1f
Octal6714612056026742303637
Binary11011111001101010000101110010110111100100110001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376650; }

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

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

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

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

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

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

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

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