Html Css Color HEX #37554D Spectra

📋 copy color: '#37554D'

red 55 ◦ green 85 ◦ blue 77

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

Shades of Spectra #37554D

Tints of Spectra #37554D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.17%

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

R = 25.35%
G = 39.17%
B = 35.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.67

RGB Variations

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

Color information

#37554D (or 0x37554D) is known color: Spectra. HEX triplet: 37, 55 and 4D. RGB value is (55,85,77). Sum of RGB (Red+Green+Blue) = 55+85+77=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 77 (30.47% from 255 or 35.48% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #37554D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37554D is #C8AAB2. Grayscale: #4B4B4B. Windows color (decimal): -13150899 or 5068087. OLE color: 5068087.

HSL color Cylindrical-coordinate representation of color #37554D: hue angle of 164º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #37554D is Cyan = 0.35, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 77 -
CMYK 0.35 0 0.09 0.67
HSL 164º 0.21% 0.27% -
HSV(B) 164º 0.35% 0.33% -
XYZ 6.16 7.85 8.21 -
YUV 75.12 129.06 113.65 -
System Red Green Blue C M Y K H S L
Decimal 55 85 77 0.35 0 0.09 0.67 164 0.21 0.27
Hex 37 55 4D 23 0 9 43 A4 15 1B
Octal 67 125 115 43 0 11 103 244 25 33
Binary 110111 1010101 1001101 100011 0 1001 1000011 10100100 10101 11011

Color Harmonies of #37554D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37554D

Black with #37554D

Text Example


Text Example

White with #37554D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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