Html Css Color HEX #376150 Spectra

📋 copy color: '#376150'

red 55 ◦ green 97 ◦ blue 80

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

Shades of Spectra #376150

Tints of Spectra #376150

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.81%

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

R = 23.71%
G = 41.81%
B = 34.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#376150 (or 0x376150) is known color: Spectra. HEX triplet: 37, 61 and 50. RGB value is (55,97,80). Sum of RGB (Red+Green+Blue) = 55+97+80=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 80 (31.64% from 255 or 34.48% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #376150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376150 is #C89EAF. Grayscale: #525252. Windows color (decimal): -13147824 or 5267767. OLE color: 5267767.

HSL color Cylindrical-coordinate representation of color #376150: hue angle of 155.71º degrees, saturation: 0.28, 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 #376150 is Cyan = 0.43, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 97 80 -
CMYK 0.43 0 0.18 0.62
HSL 155.71º 0.28% 0.3% -
HSV(B) 155.71º 0.43% 0.38% -
XYZ 7.3 9.94 9.12 -
YUV 82.5 126.59 108.38 -
System Red Green Blue C M Y K H S L
Decimal 55 97 80 0.43 0 0.18 0.62 155.71 0.28 0.3
Hex 37 61 50 2B 0 12 3E 9C 1C 1E
Octal 67 141 120 53 0 22 76 234 34 36
Binary 110111 1100001 1010000 101011 0 10010 111110 10011100 11100 11110

Color Harmonies of #376150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376150

Black with #376150

Text Example


Text Example

White with #376150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376150; }

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

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

background-color css

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

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

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

border-color css

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

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

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