Html Css Color HEX #377D54 Amazon

📋 copy color: '#377D54'

red 55 ◦ green 125 ◦ blue 84

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

Shades of Amazon #377D54

Tints of Amazon #377D54

RGB

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

 GREEN value IS 125 (49.22% from 255) = 47.35%

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 20.83%
G = 47.35%
B = 31.82%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#377D54 (or 0x377D54) is known color: Amazon. HEX triplet: 37, 7D and 54. RGB value is (55,125,84). Sum of RGB (Red+Green+Blue) = 55+125+84=264 (34% of max value = 765). Red value is 55 (21.88% from 255 or 20.83% from 264); Green value is 125 (49.22% from 255 or 47.35% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 125 - color contains mainly: green. Hex color #377D54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377D54 is #C882AB. Grayscale: #636363. Windows color (decimal): -13140652 or 5537079. OLE color: 5537079.

HSL color Cylindrical-coordinate representation of color #377D54: hue angle of 144.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #377D54 is Cyan = 0.56, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 125 84 -
CMYK 0.56 0 0.33 0.51
HSL 144.86º 0.39% 0.35% -
HSV(B) 144.86º 0.56% 0.49% -
XYZ 10.51 16.12 10.94 -
YUV 99.4 119.31 96.33 -
System Red Green Blue C M Y K H S L
Decimal 55 125 84 0.56 0 0.33 0.51 144.86 0.39 0.35
Hex 37 7D 54 38 0 21 33 91 27 23
Octal 67 175 124 70 0 41 63 221 47 43
Binary 110111 1111101 1010100 111000 0 100001 110011 10010001 100111 100011

Color Harmonies of #377D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377D54

Black with #377D54

Text Example


Text Example

White with #377D54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377D54; }

 p { color: rgb(55,125,84); }

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

background-color css

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

 a { background-color: rgb(55,125,84); }

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

border-color css

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

 span { border-color: rgb(55,125,84); }

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