Html Css Color HEX #37544A Spectra

📋 copy color: '#37544A'

red 55 ◦ green 84 ◦ blue 74

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

Shades of Spectra #37544A

Tints of Spectra #37544A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.44%

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

R = 25.82%
G = 39.44%
B = 34.74%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#37544A (or 0x37544A) is known color: Spectra. HEX triplet: 37, 54 and 4A. RGB value is (55,84,74). Sum of RGB (Red+Green+Blue) = 55+84+74=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 84 - color contains mainly: green. Hex color #37544A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37544A is #C8ABB5. Grayscale: #4A4A4A. Windows color (decimal): -13151158 or 4871223. OLE color: 4871223.

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

Color convert

RGB 55 84 74 -
CMYK 0.35 0 0.12 0.67
HSL 159.31º 0.21% 0.27% -
HSV(B) 159.31º 0.35% 0.33% -
XYZ 5.98 7.65 7.64 -
YUV 74.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 55 84 74 0.35 0 0.12 0.67 159.31 0.21 0.27
Hex 37 54 4A 23 0 C 43 9F 15 1B
Octal 67 124 112 43 0 14 103 237 25 33
Binary 110111 1010100 1001010 100011 0 1100 1000011 10011111 10101 11011

Color Harmonies of #37544A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37544A

Black with #37544A

Text Example


Text Example

White with #37544A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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