Html Css Color HEX #337459 Amazon

📋 copy color: '#337459'

red 51 ◦ green 116 ◦ blue 89

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

Shades of Amazon #337459

Tints of Amazon #337459

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.31%

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

R = 19.92%
G = 45.31%
B = 34.77%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.55

RGB Variations

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

Color information

#337459 (or 0x337459) is known color: Amazon. HEX triplet: 33, 74 and 59. RGB value is (51,116,89). Sum of RGB (Red+Green+Blue) = 51+116+89=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 116 (45.70% from 255 or 45.31% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 116 - color contains mainly: green. Hex color #337459 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337459 is #CC8BA6. Grayscale: #5D5D5D. Windows color (decimal): -13405095 or 5862451. OLE color: 5862451.

HSL color Cylindrical-coordinate representation of color #337459: hue angle of 155.08º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337459 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB 51 116 89 -
CMYK 0.56 0 0.23 0.55
HSL 155.08º 0.39% 0.33% -
HSV(B) 155.08º 0.56% 0.45% -
XYZ 9.41 13.92 11.64 -
YUV 93.49 125.47 97.7 -
System Red Green Blue C M Y K H S L
Decimal 51 116 89 0.56 0 0.23 0.55 155.08 0.39 0.33
Hex 33 74 59 38 0 17 37 9B 27 21
Octal 63 164 131 70 0 27 67 233 47 41
Binary 110011 1110100 1011001 111000 0 10111 110111 10011011 100111 100001

Color Harmonies of #337459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337459

Black with #337459

Text Example


Text Example

White with #337459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337459; }

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

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

background-color css

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

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

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

border-color css

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

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

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