Html Css Color HEX #376250 Spectra

📋 copy color: '#376250'

red 55 ◦ green 98 ◦ blue 80

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

Shades of Spectra #376250

Tints of Spectra #376250

RGB

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

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

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

R = 23.61%
G = 42.06%
B = 34.33%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#376250 (or 0x376250) is known color: Spectra. HEX triplet: 37, 62 and 50. RGB value is (55,98,80). Sum of RGB (Red+Green+Blue) = 55+98+80=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 98 (38.67% from 255 or 42.06% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 98 - color contains mainly: green. Hex color #376250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376250 is #C89DAF. Grayscale: #535353. Windows color (decimal): -13147568 or 5268023. OLE color: 5268023.

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

Color convert

RGB 55 98 80 -
CMYK 0.44 0 0.18 0.62
HSL 154.88º 0.28% 0.3% -
HSV(B) 154.88º 0.44% 0.38% -
XYZ 7.39 10.13 9.15 -
YUV 83.09 126.25 107.96 -
System Red Green Blue C M Y K H S L
Decimal 55 98 80 0.44 0 0.18 0.62 154.88 0.28 0.3
Hex 37 62 50 2C 0 12 3E 9B 1C 1E
Octal 67 142 120 54 0 22 76 233 34 36
Binary 110111 1100010 1010000 101100 0 10010 111110 10011011 11100 11110

Color Harmonies of #376250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376250

Black with #376250

Text Example


Text Example

White with #376250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376250; }

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

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

background-color css

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

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

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

border-color css

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

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

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