Html Css Color HEX #337646 Amazon

📋 copy color: '#337646'

red 51 ◦ green 118 ◦ blue 70

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

Shades of Amazon #337646

Tints of Amazon #337646

RGB

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

 GREEN value IS 118 (46.48% from 255) = 49.37%

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

R = 21.34%
G = 49.37%
B = 29.29%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#337646 (or 0x337646) is known color: Amazon. HEX triplet: 33, 76 and 46. RGB value is (51,118,70). Sum of RGB (Red+Green+Blue) = 51+118+70=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #337646 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337646 is #CC89B9. Grayscale: #5C5C5C. Windows color (decimal): -13404602 or 4617779. OLE color: 4617779.

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

Color convert

RGB 51 118 70 -
CMYK 0.57 0 0.41 0.54
HSL 137.01º 0.4% 0.33% -
HSV(B) 137.01º 0.57% 0.46% -
XYZ 8.95 14.1 8.04 -
YUV 92.5 115.3 98.4 -
System Red Green Blue C M Y K H S L
Decimal 51 118 70 0.57 0 0.41 0.54 137.01 0.4 0.33
Hex 33 76 46 39 0 29 36 89 28 21
Octal 63 166 106 71 0 51 66 211 50 41
Binary 110011 1110110 1000110 111001 0 101001 110110 10001001 101000 100001

Color Harmonies of #337646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337646

Black with #337646

Text Example


Text Example

White with #337646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337646; }

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

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

background-color css

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

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

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

border-color css

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

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

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