Html Css Color HEX #337053 Amazon

📋 copy color: '#337053'

red 51 ◦ green 112 ◦ blue 83

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

Shades of Amazon #337053

Tints of Amazon #337053

RGB

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

 GREEN value IS 112 (44.14% from 255) = 45.53%

 BLUE value IS 83 (32.81% from 255) = 33.74%

R = 20.73%
G = 45.53%
B = 33.74%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#337053 (or 0x337053) is known color: Amazon. HEX triplet: 33, 70 and 53. RGB value is (51,112,83). Sum of RGB (Red+Green+Blue) = 51+112+83=246 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.73% from 246); Green value is 112 (44.14% from 255 or 45.53% from 246); Blue value is 83 (32.81% from 255 or 33.74% from 246); Max value from RGB is 112 - color contains mainly: green. Hex color #337053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337053 is #CC8FAC. Grayscale: #5A5A5A. Windows color (decimal): -13406125 or 5468211. OLE color: 5468211.

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

Color convert

RGB 51 112 83 -
CMYK 0.54 0 0.26 0.56
HSL 151.48º 0.37% 0.32% -
HSV(B) 151.48º 0.54% 0.44% -
XYZ 8.72 12.92 10.22 -
YUV 90.46 123.79 99.86 -
System Red Green Blue C M Y K H S L
Decimal 51 112 83 0.54 0 0.26 0.56 151.48 0.37 0.32
Hex 33 70 53 36 0 1A 38 97 25 20
Octal 63 160 123 66 0 32 70 227 45 40
Binary 110011 1110000 1010011 110110 0 11010 111000 10010111 100101 100000

Color Harmonies of #337053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337053

Black with #337053

Text Example


Text Example

White with #337053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337053; }

 p { color: rgb(51,112,83); }

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

background-color css

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

 a { background-color: rgb(51,112,83); }

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

border-color css

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

 span { border-color: rgb(51,112,83); }

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