Html Css Color HEX #336F48 Amazon

📋 copy color: '#336F48'

red 51 ◦ green 111 ◦ blue 72

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

Shades of Amazon #336F48

Tints of Amazon #336F48

RGB

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

 GREEN value IS 111 (43.75% from 255) = 47.44%

 BLUE value IS 72 (28.52% from 255) = 30.77%

R = 21.79%
G = 47.44%
B = 30.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#336F48 (or 0x336F48) is known color: Amazon. HEX triplet: 33, 6F and 48. RGB value is (51,111,72). Sum of RGB (Red+Green+Blue) = 51+111+72=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 111 (43.75% from 255 or 47.44% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 111 - color contains mainly: green. Hex color #336F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F48 is #CC90B7. Grayscale: #585858. Windows color (decimal): -13406392 or 4747059. OLE color: 4747059.

HSL color Cylindrical-coordinate representation of color #336F48: hue angle of 141º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #336F48 is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 72 -
CMYK 0.54 0 0.35 0.56
HSL 141º 0.37% 0.32% -
HSV(B) 141º 0.54% 0.44% -
XYZ 8.22 12.54 8.12 -
YUV 88.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 51 111 72 0.54 0 0.35 0.56 141 0.37 0.32
Hex 33 6F 48 36 0 23 38 8D 25 20
Octal 63 157 110 66 0 43 70 215 45 40
Binary 110011 1101111 1001000 110110 0 100011 111000 10001101 100101 100000

Color Harmonies of #336F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F48

Black with #336F48

Text Example


Text Example

White with #336F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,111,72); }

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

background-color css

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

 a { background-color: rgb(51,111,72); }

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

border-color css

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

 span { border-color: rgb(51,111,72); }

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