Html Css Color HEX #337F58 Amazon

📋 copy color: '#337F58'

red 51 ◦ green 127 ◦ blue 88

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

Shades of Amazon #337F58

Tints of Amazon #337F58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 33.08%

R = 19.17%
G = 47.74%
B = 33.08%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#337F58 (or 0x337F58) is known color: Amazon. HEX triplet: 33, 7F and 58. RGB value is (51,127,88). Sum of RGB (Red+Green+Blue) = 51+127+88=266 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.17% from 266); Green value is 127 (50% from 255 or 47.74% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 127 - color contains mainly: green. Hex color #337F58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F58 is #CC80A7. Grayscale: #636363. Windows color (decimal): -13402280 or 5799731. OLE color: 5799731.

HSL color Cylindrical-coordinate representation of color #337F58: hue angle of 149.21º 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 #337F58 is Cyan = 0.60, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 51 127 88 -
CMYK 0.60 0 0.31 0.50
HSL 149.21º 0.43% 0.35% -
HSV(B) 149.21º 0.6% 0.5% -
XYZ 10.72 16.59 11.87 -
YUV 99.83 121.32 93.17 -
System Red Green Blue C M Y K H S L
Decimal 51 127 88 0.60 0 0.31 0.50 149.21 0.43 0.35
Hex 33 7F 58 3C 0 1F 32 95 2B 23
Octal 63 177 130 74 0 37 62 225 53 43
Binary 110011 1111111 1011000 111100 0 11111 110010 10010101 101011 100011

Color Harmonies of #337F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F58

Black with #337F58

Text Example


Text Example

White with #337F58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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