#376254

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

Shades of Spectra #376254

Tints of Spectra #376254

Color information

#376254 (or 0x376254) is unknown color: approx Spectra. HEX triplet: 37, 62 and 54. RGB value is (55,98,84). Sum of RGB (Red+Green+Blue) = 55+98+84=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #376254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376254 is #C89DAB. Grayscale: #535353. Windows color (decimal): -13147564 or 5530167. OLE color: 5530167.

HSL color Cylindrical-coordinate representation of color #376254: hue angle of 160.47º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376254 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB559884-
CMYK0.4400.140.62
HSL160.47º28.1%30%-
HSV(B)160.47º43.88%38.43%-
XYZ7.5410.199.96-
YUV83.55128.25107.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 98 (38.67% from 255) = 41.35%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=23.21%
G=41.35%
B=35.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598840.4400.140.62160.4728.130
Hex3762542C0E3Ea01c1e
Octal6714212454016762403436
Binary1101111100010101010010110001110111110101000001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376254; }

 p { color: rgb(55,98,84); }

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

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

 a { background-color: rgb(55,98,84); }

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

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

 span { border-color: rgb(55,98,84); }

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