Html Css Color HEX #336F4E Amazon

📋 copy color: '#336F4E'

red 51 ◦ green 111 ◦ blue 78

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

Shades of Amazon #336F4E

Tints of Amazon #336F4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 21.25%
G = 46.25%
B = 32.5%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#336F4E (or 0x336F4E) is known color: Amazon. HEX triplet: 33, 6F and 4E. RGB value is (51,111,78). Sum of RGB (Red+Green+Blue) = 51+111+78=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 111 (43.75% from 255 or 46.25% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 111 - color contains mainly: green. Hex color #336F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #336F4E is #CC90B1. Grayscale: #595959. Windows color (decimal): -13406386 or 5140275. OLE color: 5140275.

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

Color convert

RGB 51 111 78 -
CMYK 0.54 0 0.30 0.56
HSL 147º 0.37% 0.32% -
HSV(B) 147º 0.54% 0.44% -
XYZ 8.42 12.62 9.2 -
YUV 89.3 121.62 100.68 -
System Red Green Blue C M Y K H S L
Decimal 51 111 78 0.54 0 0.30 0.56 147 0.37 0.32
Hex 33 6F 4E 36 0 1E 38 93 25 20
Octal 63 157 116 66 0 36 70 223 45 40
Binary 110011 1101111 1001110 110110 0 11110 111000 10010011 100101 100000

Color Harmonies of #336F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #336F4E

Black with #336F4E

Text Example


Text Example

White with #336F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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