Html Css Color HEX #37564D Spectra

📋 copy color: '#37564D'

red 55 ◦ green 86 ◦ blue 77

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

Shades of Spectra #37564D

Tints of Spectra #37564D

RGB

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

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

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

R = 25.23%
G = 39.45%
B = 35.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#37564D (or 0x37564D) is known color: Spectra. HEX triplet: 37, 56 and 4D. RGB value is (55,86,77). Sum of RGB (Red+Green+Blue) = 55+86+77=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #37564D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37564D is #C8A9B2. Grayscale: #4B4B4B. Windows color (decimal): -13150643 or 5068343. OLE color: 5068343.

HSL color Cylindrical-coordinate representation of color #37564D: hue angle of 162.58º 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 #37564D is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 55 86 77 -
CMYK 0.36 0 0.10 0.66
HSL 162.58º 0.22% 0.28% -
HSV(B) 162.58º 0.36% 0.34% -
XYZ 6.24 8 8.24 -
YUV 75.71 128.73 113.23 -
System Red Green Blue C M Y K H S L
Decimal 55 86 77 0.36 0 0.10 0.66 162.58 0.22 0.28
Hex 37 56 4D 24 0 A 42 A3 16 1C
Octal 67 126 115 44 0 12 102 243 26 34
Binary 110111 1010110 1001101 100100 0 1010 1000010 10100011 10110 11100

Color Harmonies of #37564D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37564D

Black with #37564D

Text Example


Text Example

White with #37564D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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