Html Css Color HEX #337154 Amazon

📋 copy color: '#337154'

red 51 ◦ green 113 ◦ blue 84

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

Shades of Amazon #337154

Tints of Amazon #337154

RGB

 RED value IS 51 (20.31% from 255) = 20.56%

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

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

R = 20.56%
G = 45.56%
B = 33.87%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#337154 (or 0x337154) is known color: Amazon. HEX triplet: 33, 71 and 54. RGB value is (51,113,84). Sum of RGB (Red+Green+Blue) = 51+113+84=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 113 (44.53% from 255 or 45.56% from 248); Blue value is 84 (33.20% from 255 or 33.87% from 248); Max value from RGB is 113 - color contains mainly: green. Hex color #337154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337154 is #CC8EAB. Grayscale: #5B5B5B. Windows color (decimal): -13405868 or 5534003. OLE color: 5534003.

HSL color Cylindrical-coordinate representation of color #337154: hue angle of 151.94º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #337154 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 113 84 -
CMYK 0.55 0 0.26 0.56
HSL 151.94º 0.38% 0.32% -
HSV(B) 151.94º 0.55% 0.44% -
XYZ 8.87 13.15 10.46 -
YUV 91.16 123.96 99.36 -
System Red Green Blue C M Y K H S L
Decimal 51 113 84 0.55 0 0.26 0.56 151.94 0.38 0.32
Hex 33 71 54 37 0 1A 38 98 26 20
Octal 63 161 124 67 0 32 70 230 46 40
Binary 110011 1110001 1010100 110111 0 11010 111000 10011000 100110 100000

Color Harmonies of #337154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337154

Black with #337154

Text Example


Text Example

White with #337154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337154; }

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

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

background-color css

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

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

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

border-color css

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

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

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