Html Css Color HEX #337B5B Amazon

📋 copy color: '#337B5B'

red 51 ◦ green 123 ◦ blue 91

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

Shades of Amazon #337B5B

Tints of Amazon #337B5B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 91 (35.94% from 255) = 34.34%

R = 19.25%
G = 46.42%
B = 34.34%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#337B5B (or 0x337B5B) is known color: Amazon. HEX triplet: 33, 7B and 5B. RGB value is (51,123,91). Sum of RGB (Red+Green+Blue) = 51+123+91=265 (35% of max value = 765). Red value is 51 (20.31% from 255 or 19.25% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #337B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337B5B is #CC84A4. Grayscale: #616161. Windows color (decimal): -13403301 or 5995315. OLE color: 5995315.

HSL color Cylindrical-coordinate representation of color #337B5B: hue angle of 153.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337B5B is Cyan = 0.59, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 123 91 -
CMYK 0.59 0 0.26 0.52
HSL 153.33º 0.41% 0.34% -
HSV(B) 153.33º 0.59% 0.48% -
XYZ 10.34 15.63 12.37 -
YUV 97.82 124.15 94.6 -
System Red Green Blue C M Y K H S L
Decimal 51 123 91 0.59 0 0.26 0.52 153.33 0.41 0.34
Hex 33 7B 5B 3B 0 1A 34 99 29 22
Octal 63 173 133 73 0 32 64 231 51 42
Binary 110011 1111011 1011011 111011 0 11010 110100 10011001 101001 100010

Color Harmonies of #337B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337B5B

Black with #337B5B

Text Example


Text Example

White with #337B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,123,91); }

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

background-color css

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

 a { background-color: rgb(51,123,91); }

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

border-color css

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

 span { border-color: rgb(51,123,91); }

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