Html Css Color HEX #337F5C Amazon

📋 copy color: '#337F5C'

red 51 ◦ green 127 ◦ blue 92

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

Shades of Amazon #337F5C

Tints of Amazon #337F5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.07%

R = 18.89%
G = 47.04%
B = 34.07%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#337F5C (or 0x337F5C) is known color: Amazon. HEX triplet: 33, 7F and 5C. RGB value is (51,127,92). Sum of RGB (Red+Green+Blue) = 51+127+92=270 (35% of max value = 765). Red value is 51 (20.31% from 255 or 18.89% from 270); Green value is 127 (50% from 255 or 47.04% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 127 - color contains mainly: green. Hex color #337F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F5C is #CC80A3. Grayscale: #646464. Windows color (decimal): -13402276 or 6061875. OLE color: 6061875.

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

Color convert

RGB 51 127 92 -
CMYK 0.60 0 0.28 0.50
HSL 152.37º 0.43% 0.35% -
HSV(B) 152.37º 0.6% 0.5% -
XYZ 10.89 16.66 12.77 -
YUV 100.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 51 127 92 0.60 0 0.28 0.50 152.37 0.43 0.35
Hex 33 7F 5C 3C 0 1C 32 98 2B 23
Octal 63 177 134 74 0 34 62 230 53 43
Binary 110011 1111111 1011100 111100 0 11100 110010 10011000 101011 100011

Color Harmonies of #337F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F5C

Black with #337F5C

Text Example


Text Example

White with #337F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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