Html Css Color HEX #37704B Amazon

📋 copy color: '#37704B'

red 55 ◦ green 112 ◦ blue 75

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

Shades of Amazon #37704B

Tints of Amazon #37704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 22.73%
G = 46.28%
B = 30.99%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#37704B (or 0x37704B) is known color: Amazon. HEX triplet: 37, 70 and 4B. RGB value is (55,112,75). Sum of RGB (Red+Green+Blue) = 55+112+75=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 112 (44.14% from 255 or 46.28% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 112 - color contains mainly: green. Hex color #37704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37704B is #C88FB4. Grayscale: #5A5A5A. Windows color (decimal): -13143989 or 4943927. OLE color: 4943927.

HSL color Cylindrical-coordinate representation of color #37704B: hue angle of 141.05º 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 #37704B is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 75 -
CMYK 0.51 0 0.33 0.56
HSL 141.05º 0.34% 0.33% -
HSV(B) 141.05º 0.51% 0.44% -
XYZ 8.64 12.91 8.69 -
YUV 90.74 119.12 102.51 -
System Red Green Blue C M Y K H S L
Decimal 55 112 75 0.51 0 0.33 0.56 141.05 0.34 0.33
Hex 37 70 4B 33 0 21 38 8D 22 21
Octal 67 160 113 63 0 41 70 215 42 41
Binary 110111 1110000 1001011 110011 0 100001 111000 10001101 100010 100001

Color Harmonies of #37704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37704B

Black with #37704B

Text Example


Text Example

White with #37704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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