Html Css Color HEX #376352 Spectra

📋 copy color: '#376352'

red 55 ◦ green 99 ◦ blue 82

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

Shades of Spectra #376352

Tints of Spectra #376352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 34.75%

R = 23.31%
G = 41.95%
B = 34.75%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#376352 (or 0x376352) is known color: Spectra. HEX triplet: 37, 63 and 52. RGB value is (55,99,82). Sum of RGB (Red+Green+Blue) = 55+99+82=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 99 (39.06% from 255 or 41.95% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 99 - color contains mainly: green. Hex color #376352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376352 is #C89CAD. Grayscale: #535353. Windows color (decimal): -13147310 or 5399351. OLE color: 5399351.

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

Color convert

RGB 55 99 82 -
CMYK 0.44 0 0.17 0.61
HSL 156.82º 0.29% 0.3% -
HSV(B) 156.82º 0.44% 0.39% -
XYZ 7.56 10.35 9.58 -
YUV 83.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 55 99 82 0.44 0 0.17 0.61 156.82 0.29 0.3
Hex 37 63 52 2C 0 11 3D 9D 1D 1E
Octal 67 143 122 54 0 21 75 235 35 36
Binary 110111 1100011 1010010 101100 0 10001 111101 10011101 11101 11110

Color Harmonies of #376352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376352

Black with #376352

Text Example


Text Example

White with #376352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376352; }

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

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

background-color css

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

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

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

border-color css

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

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

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