Html Css Color HEX #377249 Amazon

📋 copy color: '#377249'

red 55 ◦ green 114 ◦ blue 73

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

Shades of Amazon #377249

Tints of Amazon #377249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 47.11%

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

R = 22.73%
G = 47.11%
B = 30.17%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#377249 (or 0x377249) is known color: Amazon. HEX triplet: 37, 72 and 49. RGB value is (55,114,73). Sum of RGB (Red+Green+Blue) = 55+114+73=242 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.73% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 73 (28.91% from 255 or 30.17% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #377249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377249 is #C88DB6. Grayscale: #5B5B5B. Windows color (decimal): -13143479 or 4813367. OLE color: 4813367.

HSL color Cylindrical-coordinate representation of color #377249: hue angle of 138.31º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #377249 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 73 -
CMYK 0.52 0 0.36 0.55
HSL 138.31º 0.35% 0.33% -
HSV(B) 138.31º 0.52% 0.45% -
XYZ 8.8 13.33 8.41 -
YUV 91.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 55 114 73 0.52 0 0.36 0.55 138.31 0.35 0.33
Hex 37 72 49 34 0 24 37 8A 23 21
Octal 67 162 111 64 0 44 67 212 43 41
Binary 110111 1110010 1001001 110100 0 100100 110111 10001010 100011 100001

Color Harmonies of #377249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377249

Black with #377249

Text Example


Text Example

White with #377249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377249; }

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

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

background-color css

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

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

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

border-color css

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

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

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