Html Css Color HEX #37704F Amazon

📋 copy color: '#37704F'

red 55 ◦ green 112 ◦ blue 79

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

Shades of Amazon #37704F

Tints of Amazon #37704F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 22.36%
G = 45.53%
B = 32.11%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#37704F (or 0x37704F) is known color: Amazon. HEX triplet: 37, 70 and 4F. RGB value is (55,112,79). Sum of RGB (Red+Green+Blue) = 55+112+79=246 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.36% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #37704F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #37704F is #C88FB0. Grayscale: #5B5B5B. Windows color (decimal): -13143985 or 5206071. OLE color: 5206071.

HSL color Cylindrical-coordinate representation of color #37704F: hue angle of 145.26º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #37704F is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 79 -
CMYK 0.51 0 0.29 0.56
HSL 145.26º 0.34% 0.33% -
HSV(B) 145.26º 0.51% 0.44% -
XYZ 8.78 12.97 9.44 -
YUV 91.2 121.12 102.18 -
System Red Green Blue C M Y K H S L
Decimal 55 112 79 0.51 0 0.29 0.56 145.26 0.34 0.33
Hex 37 70 4F 33 0 1D 38 91 22 21
Octal 67 160 117 63 0 35 70 221 42 41
Binary 110111 1110000 1001111 110011 0 11101 111000 10010001 100010 100001

Color Harmonies of #37704F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37704F

Black with #37704F

Text Example


Text Example

White with #37704F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37704F; }

 p { color: rgb(55,112,79); }

 H1.HeaderClassName
 {
   color: #37704F;
 }
 .AnyTagClassName
 {
   color: #37704F;
 }
</style>

background-color css

<style>
 a { background-color: #37704F; }

 a { background-color: rgb(55,112,79); }

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

border-color css

<style>
 span { border-color: #37704F; }

 span { border-color: rgb(55,112,79); }

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