Html Css Color HEX #337051 Amazon

📋 copy color: '#337051'

red 51 ◦ green 112 ◦ blue 81

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

Shades of Amazon #337051

Tints of Amazon #337051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 33.2%

R = 20.9%
G = 45.9%
B = 33.2%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#337051 (or 0x337051) is known color: Amazon. HEX triplet: 33, 70 and 51. RGB value is (51,112,81). Sum of RGB (Red+Green+Blue) = 51+112+81=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 81 (32.03% from 255 or 33.20% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #337051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337051 is #CC8FAE. Grayscale: #5A5A5A. Windows color (decimal): -13406127 or 5337139. OLE color: 5337139.

HSL color Cylindrical-coordinate representation of color #337051: hue angle of 149.51º 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 #337051 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 112 81 -
CMYK 0.54 0 0.28 0.56
HSL 149.51º 0.37% 0.32% -
HSV(B) 149.51º 0.54% 0.44% -
XYZ 8.64 12.89 9.82 -
YUV 90.23 122.79 100.02 -
System Red Green Blue C M Y K H S L
Decimal 51 112 81 0.54 0 0.28 0.56 149.51 0.37 0.32
Hex 33 70 51 36 0 1C 38 96 25 20
Octal 63 160 121 66 0 34 70 226 45 40
Binary 110011 1110000 1010001 110110 0 11100 111000 10010110 100101 100000

Color Harmonies of #337051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337051

Black with #337051

Text Example


Text Example

White with #337051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337051; }

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

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

background-color css

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

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

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

border-color css

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

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

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