#376353

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

Shades of Spectra #376353

Tints of Spectra #376353

Color information

#376353 (or 0x376353) is unknown color: approx Spectra. HEX triplet: 37, 63 and 53. RGB value is (55,99,83). Sum of RGB (Red+Green+Blue) = 55+99+83=237 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.21% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 99 - color contains mainly: green. Hex color #376353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376353 is #C89CAC. Grayscale: #545454. Windows color (decimal): -13147309 or 5464887. OLE color: 5464887.

HSL color Cylindrical-coordinate representation of color #376353: hue angle of 158.18º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376353 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.61.

Color convert

RGB559983-
CMYK0.4400.160.61
HSL158.18º28.57%30.2%-
HSV(B)158.18º44.44%38.82%-
XYZ7.610.369.78-
YUV84.02127.42107.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 23.21%
GREEN value IS 99 (39.06% from 255) = 41.77%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=23.21%
G=41.77%
B=35.02%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal5599830.4400.160.61158.1828.5730.2
Hex3763532C0103D9e1d1e
Octal6714312354020752363536
Binary11011111000111010011101100010000111101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #376353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #376353; }

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

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

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

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

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

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

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

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