Html Css Color HEX #377154 Amazon

📋 copy color: '#377154'

red 55 ◦ green 113 ◦ blue 84

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

Shades of Amazon #377154

Tints of Amazon #377154

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.84%

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

R = 21.83%
G = 44.84%
B = 33.33%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#377154 (or 0x377154) is known color: Amazon. HEX triplet: 37, 71 and 54. RGB value is (55,113,84). Sum of RGB (Red+Green+Blue) = 55+113+84=252 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.83% from 252); Green value is 113 (44.53% from 255 or 44.84% from 252); Blue value is 84 (33.20% from 255 or 33.33% from 252); Max value from RGB is 113 - color contains mainly: green. Hex color #377154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377154 is #C88EAB. Grayscale: #5C5C5C. Windows color (decimal): -13143724 or 5534007. OLE color: 5534007.

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

Color convert

RGB 55 113 84 -
CMYK 0.51 0 0.26 0.56
HSL 150º 0.35% 0.33% -
HSV(B) 150º 0.51% 0.44% -
XYZ 9.08 13.26 10.47 -
YUV 92.35 123.28 101.36 -
System Red Green Blue C M Y K H S L
Decimal 55 113 84 0.51 0 0.26 0.56 150 0.35 0.33
Hex 37 71 54 33 0 1A 38 96 23 21
Octal 67 161 124 63 0 32 70 226 43 41
Binary 110111 1110001 1010100 110011 0 11010 111000 10010110 100011 100001

Color Harmonies of #377154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377154

Black with #377154

Text Example


Text Example

White with #377154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377154; }

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

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

background-color css

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

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

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

border-color css

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

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

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