Html Css Color HEX #376251 Spectra

📋 copy color: '#376251'

red 55 ◦ green 98 ◦ blue 81

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

Shades of Spectra #376251

Tints of Spectra #376251

RGB

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

 GREEN value IS 98 (38.67% from 255) = 41.88%

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

R = 23.5%
G = 41.88%
B = 34.62%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#376251 (or 0x376251) is known color: Spectra. HEX triplet: 37, 62 and 51. RGB value is (55,98,81). Sum of RGB (Red+Green+Blue) = 55+98+81=234 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.50% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #376251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376251 is #C89DAE. Grayscale: #535353. Windows color (decimal): -13147567 or 5333559. OLE color: 5333559.

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

Color convert

RGB 55 98 81 -
CMYK 0.44 0 0.17 0.62
HSL 156.28º 0.28% 0.3% -
HSV(B) 156.28º 0.44% 0.38% -
XYZ 7.43 10.14 9.35 -
YUV 83.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 55 98 81 0.44 0 0.17 0.62 156.28 0.28 0.3
Hex 37 62 51 2C 0 11 3E 9C 1C 1E
Octal 67 142 121 54 0 21 76 234 34 36
Binary 110111 1100010 1010001 101100 0 10001 111110 10011100 11100 11110

Color Harmonies of #376251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376251

Black with #376251

Text Example


Text Example

White with #376251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376251; }

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

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

background-color css

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

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

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

border-color css

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

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

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