Html Css Color HEX #337F5F Amazon

📋 copy color: '#337F5F'

red 51 ◦ green 127 ◦ blue 95

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

Shades of Amazon #337F5F

Tints of Amazon #337F5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 18.68%
G = 46.52%
B = 34.8%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#337F5F (or 0x337F5F) is known color: Amazon. HEX triplet: 33, 7F and 5F. RGB value is (51,127,95). Sum of RGB (Red+Green+Blue) = 51+127+95=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 127 (50% from 255 or 46.52% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 127 - color contains mainly: green. Hex color #337F5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337F5F is #CC80A0. Grayscale: #646464. Windows color (decimal): -13402273 or 6258483. OLE color: 6258483.

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

Color convert

RGB 51 127 95 -
CMYK 0.60 0 0.25 0.50
HSL 154.74º 0.43% 0.35% -
HSV(B) 154.74º 0.6% 0.5% -
XYZ 11.02 16.71 13.47 -
YUV 100.63 124.82 92.6 -
System Red Green Blue C M Y K H S L
Decimal 51 127 95 0.60 0 0.25 0.50 154.74 0.43 0.35
Hex 33 7F 5F 3C 0 19 32 9B 2B 23
Octal 63 177 137 74 0 31 62 233 53 43
Binary 110011 1111111 1011111 111100 0 11001 110010 10011011 101011 100011

Color Harmonies of #337F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337F5F

Black with #337F5F

Text Example


Text Example

White with #337F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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