Html Css Color HEX #337244 Amazon

📋 copy color: '#337244'

red 51 ◦ green 114 ◦ blue 68

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

Shades of Amazon #337244

Tints of Amazon #337244

RGB

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

 GREEN value IS 114 (44.92% from 255) = 48.93%

 BLUE value IS 68 (26.95% from 255) = 29.18%

R = 21.89%
G = 48.93%
B = 29.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#337244 (or 0x337244) is known color: Amazon. HEX triplet: 33, 72 and 44. RGB value is (51,114,68). Sum of RGB (Red+Green+Blue) = 51+114+68=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #337244 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337244 is #CC8DBB. Grayscale: #5A5A5A. Windows color (decimal): -13405628 or 4485683. OLE color: 4485683.

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

Color convert

RGB 51 114 68 -
CMYK 0.55 0 0.40 0.55
HSL 136.19º 0.38% 0.32% -
HSV(B) 136.19º 0.55% 0.45% -
XYZ 8.43 13.16 7.56 -
YUV 89.92 115.63 100.24 -
System Red Green Blue C M Y K H S L
Decimal 51 114 68 0.55 0 0.40 0.55 136.19 0.38 0.32
Hex 33 72 44 37 0 28 37 88 26 20
Octal 63 162 104 67 0 50 67 210 46 40
Binary 110011 1110010 1000100 110111 0 101000 110111 10001000 100110 100000

Color Harmonies of #337244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337244

Black with #337244

Text Example


Text Example

White with #337244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337244; }

 p { color: rgb(51,114,68); }

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

background-color css

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

 a { background-color: rgb(51,114,68); }

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

border-color css

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

 span { border-color: rgb(51,114,68); }

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