Html Css Color HEX #376355 Spectra

📋 copy color: '#376355'

red 55 ◦ green 99 ◦ blue 85

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

Shades of Spectra #376355

Tints of Spectra #376355

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

 BLUE value IS 85 (33.59% from 255) = 35.56%

R = 23.01%
G = 41.42%
B = 35.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#376355 (or 0x376355) is known color: Spectra. HEX triplet: 37, 63 and 55. RGB value is (55,99,85). Sum of RGB (Red+Green+Blue) = 55+99+85=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #376355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #376355 is #C89CAA. Grayscale: #545454. Windows color (decimal): -13147307 or 5595959. OLE color: 5595959.

HSL color Cylindrical-coordinate representation of color #376355: hue angle of 160.91º degrees, saturation: 0.29, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #376355 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 99 85 -
CMYK 0.44 0 0.14 0.61
HSL 160.91º 0.29% 0.3% -
HSV(B) 160.91º 0.44% 0.39% -
XYZ 7.68 10.39 10.2 -
YUV 84.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 55 99 85 0.44 0 0.14 0.61 160.91 0.29 0.3
Hex 37 63 55 2C 0 E 3D A1 1D 1E
Octal 67 143 125 54 0 16 75 241 35 36
Binary 110111 1100011 1010101 101100 0 1110 111101 10100001 11101 11110

Color Harmonies of #376355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376355

Black with #376355

Text Example


Text Example

White with #376355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376355; }

 p { color: rgb(55,99,85); }

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

background-color css

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

 a { background-color: rgb(55,99,85); }

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

border-color css

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

 span { border-color: rgb(55,99,85); }

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