Html Css Color HEX #377048 Amazon

📋 copy color: '#377048'

red 55 ◦ green 112 ◦ blue 72

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

Shades of Amazon #377048

Tints of Amazon #377048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.13%

R = 23.01%
G = 46.86%
B = 30.13%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#377048 (or 0x377048) is known color: Amazon. HEX triplet: 37, 70 and 48. RGB value is (55,112,72). Sum of RGB (Red+Green+Blue) = 55+112+72=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 112 (44.14% from 255 or 46.86% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 112 - color contains mainly: green. Hex color #377048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377048 is #C88FB7. Grayscale: #5A5A5A. Windows color (decimal): -13143992 or 4747319. OLE color: 4747319.

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

Color convert

RGB 55 112 72 -
CMYK 0.51 0 0.36 0.56
HSL 137.89º 0.34% 0.33% -
HSV(B) 137.89º 0.51% 0.44% -
XYZ 8.54 12.87 8.16 -
YUV 90.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 55 112 72 0.51 0 0.36 0.56 137.89 0.34 0.33
Hex 37 70 48 33 0 24 38 8A 22 21
Octal 67 160 110 63 0 44 70 212 42 41
Binary 110111 1110000 1001000 110011 0 100100 111000 10001010 100010 100001

Color Harmonies of #377048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377048

Black with #377048

Text Example


Text Example

White with #377048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377048; }

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

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

background-color css

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

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

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

border-color css

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

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

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