Html Css Color HEX #337253 Amazon

📋 copy color: '#337253'

red 51 ◦ green 114 ◦ blue 83

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

Shades of Amazon #337253

Tints of Amazon #337253

RGB

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

 GREEN value IS 114 (44.92% from 255) = 45.97%

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

R = 20.56%
G = 45.97%
B = 33.47%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#337253 (or 0x337253) is known color: Amazon. HEX triplet: 33, 72 and 53. RGB value is (51,114,83). Sum of RGB (Red+Green+Blue) = 51+114+83=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 114 - color contains mainly: green. Hex color #337253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337253 is #CC8DAC. Grayscale: #5B5B5B. Windows color (decimal): -13405613 or 5468723. OLE color: 5468723.

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

Color convert

RGB 51 114 83 -
CMYK 0.55 0 0.27 0.55
HSL 150.48º 0.38% 0.32% -
HSV(B) 150.48º 0.55% 0.45% -
XYZ 8.94 13.36 10.29 -
YUV 91.63 123.13 99.02 -
System Red Green Blue C M Y K H S L
Decimal 51 114 83 0.55 0 0.27 0.55 150.48 0.38 0.32
Hex 33 72 53 37 0 1B 37 96 26 20
Octal 63 162 123 67 0 33 67 226 46 40
Binary 110011 1110010 1010011 110111 0 11011 110111 10010110 100110 100000

Color Harmonies of #337253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337253

Black with #337253

Text Example


Text Example

White with #337253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337253; }

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

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

background-color css

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

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

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

border-color css

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

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

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