Html Css Color HEX #337756 Amazon

📋 copy color: '#337756'

red 51 ◦ green 119 ◦ blue 86

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

Shades of Amazon #337756

Tints of Amazon #337756

RGB

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

 GREEN value IS 119 (46.88% from 255) = 46.48%

 BLUE value IS 86 (33.98% from 255) = 33.59%

R = 19.92%
G = 46.48%
B = 33.59%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#337756 (or 0x337756) is known color: Amazon. HEX triplet: 33, 77 and 56. RGB value is (51,119,86). Sum of RGB (Red+Green+Blue) = 51+119+86=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 119 (46.88% from 255 or 46.48% from 256); Blue value is 86 (33.98% from 255 or 33.59% from 256); Max value from RGB is 119 - color contains mainly: green. Hex color #337756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337756 is #CC88A9. Grayscale: #5E5E5E. Windows color (decimal): -13404330 or 5666611. OLE color: 5666611.

HSL color Cylindrical-coordinate representation of color #337756: hue angle of 150.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #337756 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 51 119 86 -
CMYK 0.57 0 0.28 0.53
HSL 150.88º 0.4% 0.33% -
HSV(B) 150.88º 0.57% 0.47% -
XYZ 9.64 14.57 11.11 -
YUV 94.91 122.97 96.68 -
System Red Green Blue C M Y K H S L
Decimal 51 119 86 0.57 0 0.28 0.53 150.88 0.4 0.33
Hex 33 77 56 39 0 1C 35 97 28 21
Octal 63 167 126 71 0 34 65 227 50 41
Binary 110011 1110111 1010110 111001 0 11100 110101 10010111 101000 100001

Color Harmonies of #337756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337756

Black with #337756

Text Example


Text Example

White with #337756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337756; }

 p { color: rgb(51,119,86); }

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

background-color css

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

 a { background-color: rgb(51,119,86); }

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

border-color css

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

 span { border-color: rgb(51,119,86); }

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