Html Css Color HEX #337548 Amazon

📋 copy color: '#337548'

red 51 ◦ green 117 ◦ blue 72

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

Shades of Amazon #337548

Tints of Amazon #337548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.75%

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

R = 21.25%
G = 48.75%
B = 30%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#337548 (or 0x337548) is known color: Amazon. HEX triplet: 33, 75 and 48. RGB value is (51,117,72). Sum of RGB (Red+Green+Blue) = 51+117+72=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 117 (46.09% from 255 or 48.75% from 240); Blue value is 72 (28.52% from 255 or 30% from 240); Max value from RGB is 117 - color contains mainly: green. Hex color #337548 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337548 is #CC8AB7. Grayscale: #5C5C5C. Windows color (decimal): -13404856 or 4748595. OLE color: 4748595.

HSL color Cylindrical-coordinate representation of color #337548: hue angle of 139.09º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337548 is Cyan = 0.56, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 51 117 72 -
CMYK 0.56 0 0.38 0.54
HSL 139.09º 0.39% 0.33% -
HSV(B) 139.09º 0.56% 0.46% -
XYZ 8.9 13.89 8.34 -
YUV 92.14 116.63 98.66 -
System Red Green Blue C M Y K H S L
Decimal 51 117 72 0.56 0 0.38 0.54 139.09 0.39 0.33
Hex 33 75 48 38 0 26 36 8B 27 21
Octal 63 165 110 70 0 46 66 213 47 41
Binary 110011 1110101 1001000 111000 0 100110 110110 10001011 100111 100001

Color Harmonies of #337548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337548

Black with #337548

Text Example


Text Example

White with #337548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337548; }

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

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

background-color css

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

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

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

border-color css

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

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

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