Html Css Color HEX #377354 Amazon

📋 copy color: '#377354'

red 55 ◦ green 115 ◦ blue 84

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

Shades of Amazon #377354

Tints of Amazon #377354

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.28%

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

R = 21.65%
G = 45.28%
B = 33.07%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#377354 (or 0x377354) is known color: Amazon. HEX triplet: 37, 73 and 54. RGB value is (55,115,84). Sum of RGB (Red+Green+Blue) = 55+115+84=254 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.65% from 254); Green value is 115 (45.31% from 255 or 45.28% from 254); Blue value is 84 (33.20% from 255 or 33.07% from 254); Max value from RGB is 115 - color contains mainly: green. Hex color #377354 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #377354 is #C88CAB. Grayscale: #5D5D5D. Windows color (decimal): -13143212 or 5534519. OLE color: 5534519.

HSL color Cylindrical-coordinate representation of color #377354: hue angle of 149º 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 #377354 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 115 84 -
CMYK 0.52 0 0.27 0.55
HSL 149º 0.35% 0.33% -
HSV(B) 149º 0.52% 0.45% -
XYZ 9.31 13.71 10.54 -
YUV 93.53 122.62 100.52 -
System Red Green Blue C M Y K H S L
Decimal 55 115 84 0.52 0 0.27 0.55 149 0.35 0.33
Hex 37 73 54 34 0 1B 37 95 23 21
Octal 67 163 124 64 0 33 67 225 43 41
Binary 110111 1110011 1010100 110100 0 11011 110111 10010101 100011 100001

Color Harmonies of #377354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377354

Black with #377354

Text Example


Text Example

White with #377354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377354; }

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

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

background-color css

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

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

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

border-color css

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

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

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