#376253

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

Shades of Spectra #376253

Tints of Spectra #376253

Color information

#376253 (or 0x376253) is unknown color: approx Spectra. HEX triplet: 37, 62 and 53. RGB value is (55,98,83). Sum of RGB (Red+Green+Blue) = 55+98+83=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #376253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376253 is #C89DAC. Grayscale: #535353. Windows color (decimal): -13147565 or 5464631. OLE color: 5464631.

HSL color Cylindrical-coordinate representation of color #376253: hue angle of 159.07º 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 #376253 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB559883-
CMYK0.4400.150.62
HSL159.07º28.1%30%-
HSV(B)159.07º43.88%38.43%-
XYZ7.510.179.75-
YUV83.43127.75107.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.31%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=23.31%
G=41.53%
B=35.17%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598830.4400.150.62159.0728.130
Hex3762532C0F3E9f1c1e
Octal6714212354017762373436
Binary1101111100010101001110110001111111110100111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376253; }

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

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

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

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

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

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

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

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