Html Css Color HEX #37564A Spectra

📋 copy color: '#37564A'

red 55 ◦ green 86 ◦ blue 74

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

Shades of Spectra #37564A

Tints of Spectra #37564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 40%

 BLUE value IS 74 (29.3% from 255) = 34.42%

R = 25.58%
G = 40%
B = 34.42%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#37564A (or 0x37564A) is known color: Spectra. HEX triplet: 37, 56 and 4A. RGB value is (55,86,74). Sum of RGB (Red+Green+Blue) = 55+86+74=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 86 (33.98% from 255 or 40% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 86 - color contains mainly: green. Hex color #37564A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37564A is #C8A9B5. Grayscale: #4B4B4B. Windows color (decimal): -13150646 or 4871735. OLE color: 4871735.

HSL color Cylindrical-coordinate representation of color #37564A: hue angle of 156.77º degrees, saturation: 0.22, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #37564A is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 74 -
CMYK 0.36 0 0.14 0.66
HSL 156.77º 0.22% 0.28% -
HSV(B) 156.77º 0.36% 0.34% -
XYZ 6.14 7.96 7.69 -
YUV 75.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 55 86 74 0.36 0 0.14 0.66 156.77 0.22 0.28
Hex 37 56 4A 24 0 E 42 9D 16 1C
Octal 67 126 112 44 0 16 102 235 26 34
Binary 110111 1010110 1001010 100100 0 1110 1000010 10011101 10110 11100

Color Harmonies of #37564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37564A

Black with #37564A

Text Example


Text Example

White with #37564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37564A; }

 p { color: rgb(55,86,74); }

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

background-color css

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

 a { background-color: rgb(55,86,74); }

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

border-color css

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

 span { border-color: rgb(55,86,74); }

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