Html Css Color HEX #337048 Amazon

📋 copy color: '#337048'

red 51 ◦ green 112 ◦ blue 72

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

Shades of Amazon #337048

Tints of Amazon #337048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 21.7%
G = 47.66%
B = 30.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#337048 (or 0x337048) is known color: Amazon. HEX triplet: 33, 70 and 48. RGB value is (51,112,72). Sum of RGB (Red+Green+Blue) = 51+112+72=235 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.70% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #337048 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337048 is #CC8FB7. Grayscale: #595959. Windows color (decimal): -13406136 or 4747315. OLE color: 4747315.

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

Color convert

RGB 51 112 72 -
CMYK 0.54 0 0.36 0.56
HSL 140.66º 0.37% 0.32% -
HSV(B) 140.66º 0.54% 0.44% -
XYZ 8.33 12.76 8.15 -
YUV 89.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 51 112 72 0.54 0 0.36 0.56 140.66 0.37 0.32
Hex 33 70 48 36 0 24 38 8D 25 20
Octal 63 160 110 66 0 44 70 215 45 40
Binary 110011 1110000 1001000 110110 0 100100 111000 10001101 100101 100000

Color Harmonies of #337048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337048

Black with #337048

Text Example


Text Example

White with #337048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337048; }

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

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

background-color css

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

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

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

border-color css

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

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

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