Html Css Color HEX #336C50 Amazon

📋 copy color: '#336C50'

red 51 ◦ green 108 ◦ blue 80

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

Shades of Amazon #336C50

Tints of Amazon #336C50

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.19%

 BLUE value IS 80 (31.64% from 255) = 33.47%

R = 21.34%
G = 45.19%
B = 33.47%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#336C50 (or 0x336C50) is known color: Amazon. HEX triplet: 33, 6C and 50. RGB value is (51,108,80). Sum of RGB (Red+Green+Blue) = 51+108+80=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 80 (31.64% from 255 or 33.47% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #336C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336C50 is #CC93AF. Grayscale: #575757. Windows color (decimal): -13407152 or 5270579. OLE color: 5270579.

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

Color convert

RGB 51 108 80 -
CMYK 0.53 0 0.26 0.58
HSL 150.53º 0.36% 0.31% -
HSV(B) 150.53º 0.53% 0.42% -
XYZ 8.18 12.01 9.48 -
YUV 87.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 51 108 80 0.53 0 0.26 0.58 150.53 0.36 0.31
Hex 33 6C 50 35 0 1A 3A 97 24 1F
Octal 63 154 120 65 0 32 72 227 44 37
Binary 110011 1101100 1010000 110101 0 11010 111010 10010111 100100 11111

Color Harmonies of #336C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336C50

Black with #336C50

Text Example


Text Example

White with #336C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,108,80); }

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

background-color css

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

 a { background-color: rgb(51,108,80); }

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

border-color css

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

 span { border-color: rgb(51,108,80); }

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