Html Css Color HEX #37594E Spectra

📋 copy color: '#37594E'

red 55 ◦ green 89 ◦ blue 78

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

Shades of Spectra #37594E

Tints of Spectra #37594E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.09%

 BLUE value IS 78 (30.86% from 255) = 35.14%

R = 24.77%
G = 40.09%
B = 35.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#37594E (or 0x37594E) is known color: Spectra. HEX triplet: 37, 59 and 4E. RGB value is (55,89,78). Sum of RGB (Red+Green+Blue) = 55+89+78=222 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.77% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #37594E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37594E is #C8A6B1. Grayscale: #4D4D4D. Windows color (decimal): -13149874 or 5134647. OLE color: 5134647.

HSL color Cylindrical-coordinate representation of color #37594E: hue angle of 160.59º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #37594E is Cyan = 0.38, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 78 -
CMYK 0.38 0 0.12 0.65
HSL 160.59º 0.24% 0.28% -
HSV(B) 160.59º 0.38% 0.35% -
XYZ 6.52 8.51 8.51 -
YUV 77.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 55 89 78 0.38 0 0.12 0.65 160.59 0.24 0.28
Hex 37 59 4E 26 0 C 41 A1 18 1C
Octal 67 131 116 46 0 14 101 241 30 34
Binary 110111 1011001 1001110 100110 0 1100 1000001 10100001 11000 11100

Color Harmonies of #37594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37594E

Black with #37594E

Text Example


Text Example

White with #37594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37594E; }

 p { color: rgb(55,89,78); }

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

background-color css

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

 a { background-color: rgb(55,89,78); }

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

border-color css

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

 span { border-color: rgb(55,89,78); }

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