Html Css Color HEX #337546 Amazon

📋 copy color: '#337546'

red 51 ◦ green 117 ◦ blue 70

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

Shades of Amazon #337546

Tints of Amazon #337546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.41%

R = 21.43%
G = 49.16%
B = 29.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.54

RGB Variations

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

Color information

#337546 (or 0x337546) is known color: Amazon. HEX triplet: 33, 75 and 46. RGB value is (51,117,70). Sum of RGB (Red+Green+Blue) = 51+117+70=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 117 (46.09% from 255 or 49.16% from 238); Blue value is 70 (27.73% from 255 or 29.41% from 238); Max value from RGB is 117 - color contains mainly: green. Hex color #337546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337546 is #CC8AB9. Grayscale: #5C5C5C. Windows color (decimal): -13404858 or 4617523. OLE color: 4617523.

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

Color convert

RGB 51 117 70 -
CMYK 0.56 0 0.40 0.54
HSL 137.27º 0.39% 0.33% -
HSV(B) 137.27º 0.56% 0.46% -
XYZ 8.83 13.87 8.01 -
YUV 91.91 115.63 98.82 -
System Red Green Blue C M Y K H S L
Decimal 51 117 70 0.56 0 0.40 0.54 137.27 0.39 0.33
Hex 33 75 46 38 0 28 36 89 27 21
Octal 63 165 106 70 0 50 66 211 47 41
Binary 110011 1110101 1000110 111000 0 101000 110110 10001001 100111 100001

Color Harmonies of #337546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337546

Black with #337546

Text Example


Text Example

White with #337546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337546; }

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

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

background-color css

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

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

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

border-color css

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

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

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