Html Css Color HEX #336F4A Amazon

📋 copy color: '#336F4A'

red 51 ◦ green 111 ◦ blue 74

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

Shades of Amazon #336F4A

Tints of Amazon #336F4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.36%

R = 21.61%
G = 47.03%
B = 31.36%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#336F4A (or 0x336F4A) is known color: Amazon. HEX triplet: 33, 6F and 4A. RGB value is (51,111,74). Sum of RGB (Red+Green+Blue) = 51+111+74=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 111 (43.75% from 255 or 47.03% from 236); Blue value is 74 (29.30% from 255 or 31.36% from 236); Max value from RGB is 111 - color contains mainly: green. Hex color #336F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #336F4A is #CC90B5. Grayscale: #585858. Windows color (decimal): -13406390 or 4878131. OLE color: 4878131.

HSL color Cylindrical-coordinate representation of color #336F4A: hue angle of 143º 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 #336F4A is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 51 111 74 -
CMYK 0.54 0 0.33 0.56
HSL 143º 0.37% 0.32% -
HSV(B) 143º 0.54% 0.44% -
XYZ 8.29 12.57 8.47 -
YUV 88.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 51 111 74 0.54 0 0.33 0.56 143 0.37 0.32
Hex 33 6F 4A 36 0 21 38 8F 25 20
Octal 63 157 112 66 0 41 70 217 45 40
Binary 110011 1101111 1001010 110110 0 100001 111000 10001111 100101 100000

Color Harmonies of #336F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F4A

Black with #336F4A

Text Example


Text Example

White with #336F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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