Html Css Color HEX #377049 Amazon

📋 copy color: '#377049'

red 55 ◦ green 112 ◦ blue 73

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

Shades of Amazon #377049

Tints of Amazon #377049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.42%

R = 22.92%
G = 46.67%
B = 30.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#377049 (or 0x377049) is known color: Amazon. HEX triplet: 37, 70 and 49. RGB value is (55,112,73). Sum of RGB (Red+Green+Blue) = 55+112+73=240 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.92% from 240); Green value is 112 (44.14% from 255 or 46.67% from 240); Blue value is 73 (28.91% from 255 or 30.42% from 240); Max value from RGB is 112 - color contains mainly: green. Hex color #377049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377049 is #C88FB6. Grayscale: #5A5A5A. Windows color (decimal): -13143991 or 4812855. OLE color: 4812855.

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

Color convert

RGB 55 112 73 -
CMYK 0.51 0 0.35 0.56
HSL 138.95º 0.34% 0.33% -
HSV(B) 138.95º 0.51% 0.44% -
XYZ 8.57 12.88 8.34 -
YUV 90.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 55 112 73 0.51 0 0.35 0.56 138.95 0.34 0.33
Hex 37 70 49 33 0 23 38 8B 22 21
Octal 67 160 111 63 0 43 70 213 42 41
Binary 110111 1110000 1001001 110011 0 100011 111000 10001011 100010 100001

Color Harmonies of #377049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377049

Black with #377049

Text Example


Text Example

White with #377049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377049; }

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

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

background-color css

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

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

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

border-color css

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

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

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