Html Css Color HEX #336D4C Amazon

📋 copy color: '#336D4C'

red 51 ◦ green 109 ◦ blue 76

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

Shades of Amazon #336D4C

Tints of Amazon #336D4C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 46.19%

 BLUE value IS 76 (30.08% from 255) = 32.2%

R = 21.61%
G = 46.19%
B = 32.2%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.57

RGB Variations

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

Color information

#336D4C (or 0x336D4C) is known color: Amazon. HEX triplet: 33, 6D and 4C. RGB value is (51,109,76). Sum of RGB (Red+Green+Blue) = 51+109+76=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 76 (30.08% from 255 or 32.20% from 236); Max value from RGB is 109 - color contains mainly: green. Hex color #336D4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336D4C is #CC92B3. Grayscale: #575757. Windows color (decimal): -13406900 or 5008691. OLE color: 5008691.

HSL color Cylindrical-coordinate representation of color #336D4C: hue angle of 145.86º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #336D4C is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.57.

Color convert

RGB 51 109 76 -
CMYK 0.53 0 0.30 0.57
HSL 145.86º 0.36% 0.31% -
HSV(B) 145.86º 0.53% 0.43% -
XYZ 8.14 12.16 8.76 -
YUV 87.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 51 109 76 0.53 0 0.30 0.57 145.86 0.36 0.31
Hex 33 6D 4C 35 0 1E 39 92 24 1F
Octal 63 155 114 65 0 36 71 222 44 37
Binary 110011 1101101 1001100 110101 0 11110 111001 10010010 100100 11111

Color Harmonies of #336D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336D4C

Black with #336D4C

Text Example


Text Example

White with #336D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #336D4C; }

 p { color: rgb(51,109,76); }

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

background-color css

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

 a { background-color: rgb(51,109,76); }

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

border-color css

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

 span { border-color: rgb(51,109,76); }

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