Html Css Color HEX #37554A Spectra

📋 copy color: '#37554A'

red 55 ◦ green 85 ◦ blue 74

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

Shades of Spectra #37554A

Tints of Spectra #37554A

RGB

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

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

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

R = 25.7%
G = 39.72%
B = 34.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#37554A (or 0x37554A) is known color: Spectra. HEX triplet: 37, 55 and 4A. RGB value is (55,85,74). Sum of RGB (Red+Green+Blue) = 55+85+74=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #37554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37554A is #C8AAB5. Grayscale: #4A4A4A. Windows color (decimal): -13150902 or 4871479. OLE color: 4871479.

HSL color Cylindrical-coordinate representation of color #37554A: hue angle of 158º 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 #37554A is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 74 -
CMYK 0.35 0 0.13 0.67
HSL 158º 0.21% 0.27% -
HSV(B) 158º 0.35% 0.33% -
XYZ 6.06 7.8 7.67 -
YUV 74.78 127.56 113.89 -
System Red Green Blue C M Y K H S L
Decimal 55 85 74 0.35 0 0.13 0.67 158 0.21 0.27
Hex 37 55 4A 23 0 D 43 9E 15 1B
Octal 67 125 112 43 0 15 103 236 25 33
Binary 110111 1010101 1001010 100011 0 1101 1000011 10011110 10101 11011

Color Harmonies of #37554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37554A

Black with #37554A

Text Example


Text Example

White with #37554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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