Html Css Color HEX #376051 Spectra

📋 copy color: '#376051'

red 55 ◦ green 96 ◦ blue 81

#376051
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #376051

Tints of Spectra #376051

RGB

 RED value IS 55 (21.88% from 255) = 23.71%

 GREEN value IS 96 (37.89% from 255) = 41.38%

 BLUE value IS 81 (32.03% from 255) = 34.91%

R = 23.71%
G = 41.38%
B = 34.91%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#376051 (or 0x376051) is known color: Spectra. HEX triplet: 37, 60 and 51. RGB value is (55,96,81). Sum of RGB (Red+Green+Blue) = 55+96+81=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 81 (32.03% from 255 or 34.91% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #376051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376051 is #C89FAE. Grayscale: #525252. Windows color (decimal): -13148079 or 5333047. OLE color: 5333047.

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

Color convert

RGB 55 96 81 -
CMYK 0.43 0 0.16 0.62
HSL 158.05º 0.27% 0.3% -
HSV(B) 158.05º 0.43% 0.38% -
XYZ 7.24 9.77 9.29 -
YUV 82.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 55 96 81 0.43 0 0.16 0.62 158.05 0.27 0.3
Hex 37 60 51 2B 0 10 3E 9E 1B 1E
Octal 67 140 121 53 0 20 76 236 33 36
Binary 110111 1100000 1010001 101011 0 10000 111110 10011110 11011 11110

Color Harmonies of #376051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376051

Black with #376051

Text Example


Text Example

White with #376051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376051; }

 p { color: rgb(55,96,81); }

 H1.HeaderClassName
 {
   color: #376051;
 }
 .AnyTagClassName
 {
   color: #376051;
 }
</style>

background-color css

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

 a { background-color: rgb(55,96,81); }

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

border-color css

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

 span { border-color: rgb(55,96,81); }

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