#376252

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

Shades of Spectra #376252

Tints of Spectra #376252

Color information

#376252 (or 0x376252) is unknown color: approx Spectra. HEX triplet: 37, 62 and 52. RGB value is (55,98,82). Sum of RGB (Red+Green+Blue) = 55+98+82=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 98 (38.67% from 255 or 41.70% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 98 - color contains mainly: green. Hex color #376252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376252 is #C89DAD. Grayscale: #535353. Windows color (decimal): -13147566 or 5399095. OLE color: 5399095.

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

Color convert

RGB559882-
CMYK0.4400.160.62
HSL157.67º28.1%30%-
HSV(B)157.67º43.88%38.43%-
XYZ7.4710.169.55-
YUV83.32127.25107.8-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.40%
GREEN value IS 98 (38.67% from 255) = 41.70%
BLUE value IS 82 (32.42% from 255) = 34.89%
R=23.40%
G=41.70%
B=34.89%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5598820.4400.160.62157.6728.130
Hex3762522C0103E9e1c1e
Octal6714212254020762363436
Binary11011111000101010010101100010000111110100111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376252; }

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

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

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

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

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

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

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

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