Html Css Color HEX #376750 Spectra

📋 copy color: '#376750'

red 55 ◦ green 103 ◦ blue 80

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

Shades of Spectra #376750

Tints of Spectra #376750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.28%

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

R = 23.11%
G = 43.28%
B = 33.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#376750 (or 0x376750) is known color: Spectra. HEX triplet: 37, 67 and 50. RGB value is (55,103,80). Sum of RGB (Red+Green+Blue) = 55+103+80=238 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.11% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 103 - color contains mainly: green. Hex color #376750 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376750 is #C898AF. Grayscale: #565656. Windows color (decimal): -13146288 or 5269303. OLE color: 5269303.

HSL color Cylindrical-coordinate representation of color #376750: hue angle of 151.25º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #376750 is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 55 103 80 -
CMYK 0.47 0 0.22 0.60
HSL 151.25º 0.3% 0.31% -
HSV(B) 151.25º 0.47% 0.4% -
XYZ 7.87 11.09 9.32 -
YUV 86.03 124.6 105.87 -
System Red Green Blue C M Y K H S L
Decimal 55 103 80 0.47 0 0.22 0.60 151.25 0.3 0.31
Hex 37 67 50 2F 0 16 3C 97 1E 1F
Octal 67 147 120 57 0 26 74 227 36 37
Binary 110111 1100111 1010000 101111 0 10110 111100 10010111 11110 11111

Color Harmonies of #376750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376750

Black with #376750

Text Example


Text Example

White with #376750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376750; }

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

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

background-color css

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

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

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

border-color css

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

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

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