Html Css Color HEX #337F59 Amazon

📋 copy color: '#337F59'

red 51 ◦ green 127 ◦ blue 89

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

Shades of Amazon #337F59

Tints of Amazon #337F59

RGB

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

 GREEN value IS 127 (50% from 255) = 47.57%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 19.1%
G = 47.57%
B = 33.33%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#337F59 (or 0x337F59) is known color: Amazon. HEX triplet: 33, 7F and 59. RGB value is (51,127,89). Sum of RGB (Red+Green+Blue) = 51+127+89=267 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.10% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #337F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F59 is #CC80A6. Grayscale: #646464. Windows color (decimal): -13402279 or 5865267. OLE color: 5865267.

HSL color Cylindrical-coordinate representation of color #337F59: hue angle of 150º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337F59 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 89 -
CMYK 0.60 0 0.30 0.50
HSL 150º 0.43% 0.35% -
HSV(B) 150º 0.6% 0.5% -
XYZ 10.76 16.6 12.09 -
YUV 99.94 121.82 93.09 -
System Red Green Blue C M Y K H S L
Decimal 51 127 89 0.60 0 0.30 0.50 150 0.43 0.35
Hex 33 7F 59 3C 0 1E 32 96 2B 23
Octal 63 177 131 74 0 36 62 226 53 43
Binary 110011 1111111 1011001 111100 0 11110 110010 10010110 101011 100011

Color Harmonies of #337F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F59

Black with #337F59

Text Example


Text Example

White with #337F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337F59; }

 p { color: rgb(51,127,89); }

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

background-color css

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

 a { background-color: rgb(51,127,89); }

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

border-color css

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

 span { border-color: rgb(51,127,89); }

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