Html Css Color HEX #337047 Amazon

📋 copy color: '#337047'

red 51 ◦ green 112 ◦ blue 71

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

Shades of Amazon #337047

Tints of Amazon #337047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.34%

R = 21.79%
G = 47.86%
B = 30.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#337047 (or 0x337047) is known color: Amazon. HEX triplet: 33, 70 and 47. RGB value is (51,112,71). Sum of RGB (Red+Green+Blue) = 51+112+71=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #337047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337047 is #CC8FB8. Grayscale: #595959. Windows color (decimal): -13406137 or 4681779. OLE color: 4681779.

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

Color convert

RGB 51 112 71 -
CMYK 0.54 0 0.37 0.56
HSL 139.67º 0.37% 0.32% -
HSV(B) 139.67º 0.54% 0.44% -
XYZ 8.3 12.75 7.98 -
YUV 89.09 117.79 100.83 -
System Red Green Blue C M Y K H S L
Decimal 51 112 71 0.54 0 0.37 0.56 139.67 0.37 0.32
Hex 33 70 47 36 0 25 38 8C 25 20
Octal 63 160 107 66 0 45 70 214 45 40
Binary 110011 1110000 1000111 110110 0 100101 111000 10001100 100101 100000

Color Harmonies of #337047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337047

Black with #337047

Text Example


Text Example

White with #337047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337047; }

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

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

background-color css

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

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

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

border-color css

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

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

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