Html Css Color HEX #337D5D Amazon

📋 copy color: '#337D5D'

red 51 ◦ green 125 ◦ blue 93

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

Shades of Amazon #337D5D

Tints of Amazon #337D5D

RGB

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

 GREEN value IS 125 (49.22% from 255) = 46.47%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 18.96%
G = 46.47%
B = 34.57%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#337D5D (or 0x337D5D) is known color: Amazon. HEX triplet: 33, 7D and 5D. RGB value is (51,125,93). Sum of RGB (Red+Green+Blue) = 51+125+93=269 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.96% from 269); Green value is 125 (49.22% from 255 or 46.47% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 125 - color contains mainly: green. Hex color #337D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D5D is #CC82A2. Grayscale: #636363. Windows color (decimal): -13402787 or 6126899. OLE color: 6126899.

HSL color Cylindrical-coordinate representation of color #337D5D: hue angle of 154.05º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D5D is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 93 -
CMYK 0.59 0 0.26 0.51
HSL 154.05º 0.42% 0.35% -
HSV(B) 154.05º 0.59% 0.49% -
XYZ 10.67 16.16 12.91 -
YUV 99.23 124.48 93.6 -
System Red Green Blue C M Y K H S L
Decimal 51 125 93 0.59 0 0.26 0.51 154.05 0.42 0.35
Hex 33 7D 5D 3B 0 1A 33 9A 2A 23
Octal 63 175 135 73 0 32 63 232 52 43
Binary 110011 1111101 1011101 111011 0 11010 110011 10011010 101010 100011

Color Harmonies of #337D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D5D

Black with #337D5D

Text Example


Text Example

White with #337D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,125,93); }

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

background-color css

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

 a { background-color: rgb(51,125,93); }

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

border-color css

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

 span { border-color: rgb(51,125,93); }

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