Html Css Color HEX #37594D Spectra

📋 copy color: '#37594D'

red 55 ◦ green 89 ◦ blue 77

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

Shades of Spectra #37594D

Tints of Spectra #37594D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 24.89%
G = 40.27%
B = 34.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#37594D (or 0x37594D) is known color: Spectra. HEX triplet: 37, 59 and 4D. RGB value is (55,89,77). Sum of RGB (Red+Green+Blue) = 55+89+77=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 89 - color contains mainly: green. Hex color #37594D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37594D is #C8A6B2. Grayscale: #4D4D4D. Windows color (decimal): -13149875 or 5069111. OLE color: 5069111.

HSL color Cylindrical-coordinate representation of color #37594D: hue angle of 158.82º 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 #37594D is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 55 89 77 -
CMYK 0.38 0 0.13 0.65
HSL 158.82º 0.24% 0.28% -
HSV(B) 158.82º 0.38% 0.35% -
XYZ 6.49 8.49 8.32 -
YUV 77.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 55 89 77 0.38 0 0.13 0.65 158.82 0.24 0.28
Hex 37 59 4D 26 0 D 41 9F 18 1C
Octal 67 131 115 46 0 15 101 237 30 34
Binary 110111 1011001 1001101 100110 0 1101 1000001 10011111 11000 11100

Color Harmonies of #37594D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37594D

Black with #37594D

Text Example


Text Example

White with #37594D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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