Html Css Color HEX #376351 Spectra

📋 copy color: '#376351'

red 55 ◦ green 99 ◦ blue 81

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

Shades of Spectra #376351

Tints of Spectra #376351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 42.13%

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

R = 23.4%
G = 42.13%
B = 34.47%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#376351 (or 0x376351) is known color: Spectra. HEX triplet: 37, 63 and 51. RGB value is (55,99,81). Sum of RGB (Red+Green+Blue) = 55+99+81=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 81 (32.03% from 255 or 34.47% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #376351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376351 is #C89CAE. Grayscale: #535353. Windows color (decimal): -13147311 or 5333815. OLE color: 5333815.

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

Color convert

RGB 55 99 81 -
CMYK 0.44 0 0.18 0.61
HSL 155.45º 0.29% 0.3% -
HSV(B) 155.45º 0.44% 0.39% -
XYZ 7.52 10.33 9.38 -
YUV 83.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 55 99 81 0.44 0 0.18 0.61 155.45 0.29 0.3
Hex 37 63 51 2C 0 12 3D 9B 1D 1E
Octal 67 143 121 54 0 22 75 233 35 36
Binary 110111 1100011 1010001 101100 0 10010 111101 10011011 11101 11110

Color Harmonies of #376351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376351

Black with #376351

Text Example


Text Example

White with #376351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376351; }

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

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

background-color css

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

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

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

border-color css

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

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

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