Html Css Color HEX #376950 Spectra

📋 copy color: '#376950'

red 55 ◦ green 105 ◦ blue 80

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

Shades of Spectra #376950

Tints of Spectra #376950

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.75%

 BLUE value IS 80 (31.64% from 255) = 33.33%

R = 22.92%
G = 43.75%
B = 33.33%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#376950 (or 0x376950) is known color: Spectra. HEX triplet: 37, 69 and 50. RGB value is (55,105,80). Sum of RGB (Red+Green+Blue) = 55+105+80=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 80 (31.64% from 255 or 33.33% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #376950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376950 is #C896AF. Grayscale: #575757. Windows color (decimal): -13145776 or 5269815. OLE color: 5269815.

HSL color Cylindrical-coordinate representation of color #376950: hue angle of 150º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #376950 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 80 -
CMYK 0.48 0 0.24 0.59
HSL 150º 0.31% 0.31% -
HSV(B) 150º 0.48% 0.41% -
XYZ 8.08 11.49 9.38 -
YUV 87.2 123.94 105.03 -
System Red Green Blue C M Y K H S L
Decimal 55 105 80 0.48 0 0.24 0.59 150 0.31 0.31
Hex 37 69 50 30 0 18 3B 96 1F 1F
Octal 67 151 120 60 0 30 73 226 37 37
Binary 110111 1101001 1010000 110000 0 11000 111011 10010110 11111 11111

Color Harmonies of #376950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376950

Black with #376950

Text Example


Text Example

White with #376950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376950; }

 p { color: rgb(55,105,80); }

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

background-color css

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

 a { background-color: rgb(55,105,80); }

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

border-color css

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

 span { border-color: rgb(55,105,80); }

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