Html Css Color HEX #337346 Amazon

📋 copy color: '#337346'

red 51 ◦ green 115 ◦ blue 70

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

Shades of Amazon #337346

Tints of Amazon #337346

RGB

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

 GREEN value IS 115 (45.31% from 255) = 48.73%

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

R = 21.61%
G = 48.73%
B = 29.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#337346 (or 0x337346) is known color: Amazon. HEX triplet: 33, 73 and 46. RGB value is (51,115,70). Sum of RGB (Red+Green+Blue) = 51+115+70=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 115 (45.31% from 255 or 48.73% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 115 - color contains mainly: green. Hex color #337346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337346 is #CC8CB9. Grayscale: #5A5A5A. Windows color (decimal): -13405370 or 4617011. OLE color: 4617011.

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

Color convert

RGB 51 115 70 -
CMYK 0.56 0 0.39 0.55
HSL 137.81º 0.39% 0.33% -
HSV(B) 137.81º 0.56% 0.45% -
XYZ 8.6 13.41 7.93 -
YUV 90.73 116.3 99.66 -
System Red Green Blue C M Y K H S L
Decimal 51 115 70 0.56 0 0.39 0.55 137.81 0.39 0.33
Hex 33 73 46 38 0 27 37 8A 27 21
Octal 63 163 106 70 0 47 67 212 47 41
Binary 110011 1110011 1000110 111000 0 100111 110111 10001010 100111 100001

Color Harmonies of #337346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337346

Black with #337346

Text Example


Text Example

White with #337346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337346; }

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

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

background-color css

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

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

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

border-color css

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

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

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