Html Css Color HEX #37604D Spectra

📋 copy color: '#37604D'

red 55 ◦ green 96 ◦ blue 77

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

Shades of Spectra #37604D

Tints of Spectra #37604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

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

R = 24.12%
G = 42.11%
B = 33.77%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#37604D (or 0x37604D) is known color: Spectra. HEX triplet: 37, 60 and 4D. RGB value is (55,96,77). Sum of RGB (Red+Green+Blue) = 55+96+77=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 96 - color contains mainly: green. Hex color #37604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37604D is #C89FB2. Grayscale: #515151. Windows color (decimal): -13148083 or 5070903. OLE color: 5070903.

HSL color Cylindrical-coordinate representation of color #37604D: hue angle of 152.2º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37604D is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 55 96 77 -
CMYK 0.43 0 0.20 0.62
HSL 152.2º 0.27% 0.3% -
HSV(B) 152.2º 0.43% 0.38% -
XYZ 7.1 9.71 8.52 -
YUV 81.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 55 96 77 0.43 0 0.20 0.62 152.2 0.27 0.3
Hex 37 60 4D 2B 0 14 3E 98 1B 1E
Octal 67 140 115 53 0 24 76 230 33 36
Binary 110111 1100000 1001101 101011 0 10100 111110 10011000 11011 11110

Color Harmonies of #37604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37604D

Black with #37604D

Text Example


Text Example

White with #37604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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